Html Css Color HEX #A0D702 Inch Worm

📋 copy color: '#A0D702'

red 160 ◦ green 215 ◦ blue 2

#A0D702
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #A0D702

Tints of Inch Worm #A0D702

RGB

 RED value IS 160 (62.89% from 255) = 42.44%

 GREEN value IS 215 (84.38% from 255) = 57.03%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 42.44%
G = 57.03%
B = 0.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A0D702 (or 0xA0D702) is known color: Inch Worm. HEX triplet: A0, D7 and 02. RGB value is (160,215,2). Sum of RGB (Red+Green+Blue) = 160+215+2=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 215 (84.38% from 255 or 57.03% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D702 is #5F28FD. Grayscale: #AFAFAF. Windows color (decimal): -6236414 or 186272. OLE color: 186272.

HSL color Cylindrical-coordinate representation of color #A0D702: hue angle of 75.49º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0D702 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 215 2 -
CMYK 0.26 0 0.99 0.16
HSL 75.49º 0.98% 0.43% -
HSV(B) 75.49º 0.99% 0.84% -
XYZ 38.81 56.08 8.84 -
YUV 174.27 30.78 117.82 -
System Red Green Blue C M Y K H S L
Decimal 160 215 2 0.26 0 0.99 0.16 75.49 0.98 0.43
Hex A0 D7 2 1A 0 63 10 4B 62 2B
Octal 240 327 2 32 0 143 20 113 142 53
Binary 10100000 11010111 10 11010 0 1100011 10000 1001011 1100010 101011

Color Harmonies of #A0D702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D702

Black with #A0D702

Text Example


Text Example

White with #A0D702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D702; }

 p { color: rgb(160,215,2); }

 H1.HeaderClassName
 {
   color: #A0D702;
 }
 .AnyTagClassName
 {
   color: #A0D702;
 }
</style>

background-color css

<style>
 a { background-color: #A0D702; }

 a { background-color: rgb(160,215,2); }

 div.DivClassName
 {
   background-color: #A0D702;
 }
 .BgClassName
 {
   background-color: #A0D702;
 }
</style>

border-color css

<style>
 span { border-color: #A0D702; }

 span { border-color: rgb(160,215,2); }

 td.TdClassName
 {
   border-color: #A0D702;
 }
 .TagClassName
 {
   border-color: #A0D702;
 }
</style>