#ADDC08

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

Shades of Inch Worm #ADDC08

Tints of Inch Worm #ADDC08

Color information

#ADDC08 (or 0xADDC08) is unknown color: approx Inch Worm. HEX triplet: AD, DC and 08. RGB value is (173,220,8). Sum of RGB (Red+Green+Blue) = 173+220+8=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDC08 is #5223F7. Grayscale: #B6B6B6. Windows color (decimal): -5383160 or 580781. OLE color: 580781.

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

Color convert

RGB1732208-
CMYK0.2100.960.14
HSL73.3º92.98%44.71%-
HSV(B)73.3º96.36%86.27%-
XYZ42.8760.099.57-
YUV181.7829.93121.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 220 (86.33% from 255) = 54.86%
BLUE value IS 8 (3.52% from 255) = 2.00%
R=43.14%
G=54.86%
B=2.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal17322080.2100.960.1473.392.9844.71
HexADDC815060E495d2d
Octal255334102501401611113555
Binary101011011101110010001010101100000111010010011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDC08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDC08; }

 p { color: rgb(173,220,8); }

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

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

 a { background-color: rgb(173,220,8); }

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

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

 span { border-color: rgb(173,220,8); }

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