#A0D702

Color #A0D702 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #A0D702

Tints of Inch Worm #A0D702

Color information

#A0D702 (or 0xA0D702) is unknown color: approx 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

RGB1602152-
CMYK0.2600.990.16
HSL75.49º98.16%42.55%-
HSV(B)75.49º99.07%84.31%-
XYZ38.8156.088.84-
YUV174.2730.78117.82-

RGB Variations

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

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 (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal16021520.2600.990.1675.4998.1642.55
HexA0D721A063104b622b
Octal24032723201432011314253
Binary10100000110101111011010011000111000010010111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>