#A8DF05

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

Shades of Inch Worm #A8DF05

Tints of Inch Worm #A8DF05

Color information

#A8DF05 (or 0xA8DF05) is unknown color: approx Inch Worm. HEX triplet: A8, DF and 05. RGB value is (168,223,5). Sum of RGB (Red+Green+Blue) = 168+223+5=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 223 (87.5% from 255 or 56.31% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DF05 is #5720FA. Grayscale: #B6B6B6. Windows color (decimal): -5710075 or 384936. OLE color: 384936.

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

Color convert

RGB1682235-
CMYK0.2500.980.13
HSL75.14º95.61%44.71%-
HSV(B)75.14º97.76%87.45%-
XYZ42.5661.119.7-
YUV181.728.28118.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.42%
GREEN value IS 223 (87.5% from 255) = 56.31%
BLUE value IS 5 (2.34% from 255) = 1.26%
R=42.42%
G=56.31%
B=1.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16822350.2500.980.1375.1495.6144.71
HexA8DF519062D4b602d
Octal25033753101421511314055
Binary10101000110111111011100101100010110110010111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DF05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DF05; }

 p { color: rgb(168,223,5); }

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

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

 a { background-color: rgb(168,223,5); }

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

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

 span { border-color: rgb(168,223,5); }

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