#A4DF08

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

Shades of Inch Worm #A4DF08

Tints of Inch Worm #A4DF08

Color information

#A4DF08 (or 0xA4DF08) is unknown color: approx Inch Worm. HEX triplet: A4, DF and 08. RGB value is (164,223,8). Sum of RGB (Red+Green+Blue) = 164+223+8=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 223 (87.5% from 255 or 56.46% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4DF08 is #5B20F7. Grayscale: #B5B5B5. Windows color (decimal): -5972216 or 581540. OLE color: 581540.

HSL color Cylindrical-coordinate representation of color #A4DF08: hue angle of 76.47º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4DF08 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB1642238-
CMYK0.2600.960.13
HSL76.47º93.07%45.29%-
HSV(B)76.47º96.41%87.45%-
XYZ41.7460.699.74-
YUV180.8530.45115.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 223 (87.5% from 255) = 56.46%
BLUE value IS 8 (3.52% from 255) = 2.03%
R=41.52%
G=56.46%
B=2.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16422380.2600.960.1376.4793.0745.29
HexA4DF81A060D4c5d2d
Octal244337103201401511413555
Binary101001001101111110001101001100000110110011001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DF08; }

 p { color: rgb(164,223,8); }

 H1.HeaderClassName
 {
   color: #A4DF08;
 }
 .AnyTagClassName
 {
   color: #A4DF08;
 }
</style>
background-color css

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

 a { background-color: rgb(164,223,8); }

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

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

 span { border-color: rgb(164,223,8); }

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