#ACDA08

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

Shades of Inch Worm #ACDA08

Tints of Inch Worm #ACDA08

Color information

#ACDA08 (or 0xACDA08) is unknown color: approx Inch Worm. HEX triplet: AC, DA and 08. RGB value is (172,218,8). Sum of RGB (Red+Green+Blue) = 172+218+8=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 218 (85.55% from 255 or 54.77% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDA08 is #5325F7. Grayscale: #B5B5B5. Windows color (decimal): -5449208 or 580268. OLE color: 580268.

HSL color Cylindrical-coordinate representation of color #ACDA08: hue angle of 73.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACDA08 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB1722188-
CMYK0.2100.960.15
HSL73.14º92.92%44.31%-
HSV(B)73.14º96.33%85.49%-
XYZ42.1358.939.38-
YUV180.3130.76122.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 218 (85.55% from 255) = 54.77%
BLUE value IS 8 (3.52% from 255) = 2.01%
R=43.22%
G=54.77%
B=2.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal17221880.2100.960.1573.1492.9244.31
HexACDA815060F495d2c
Octal254332102501401711113554
Binary101011001101101010001010101100000111110010011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDA08; }

 p { color: rgb(172,218,8); }

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

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

 a { background-color: rgb(172,218,8); }

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

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

 span { border-color: rgb(172,218,8); }

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