Html Css Color HEX #ACDD08 Inch Worm

📋 copy color: '#ACDD08'

red 172 ◦ green 221 ◦ blue 8

#ACDD08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #ACDD08

Tints of Inch Worm #ACDD08

RGB

 RED value IS 172 (67.58% from 255) = 42.89%

 GREEN value IS 221 (86.72% from 255) = 55.11%

 BLUE value IS 8 (3.52% from 255) = 2%

R = 42.89%
G = 55.11%
B = 2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#ACDD08 (or 0xACDD08) is known color: Inch Worm. HEX triplet: AC, DD and 08. RGB value is (172,221,8). Sum of RGB (Red+Green+Blue) = 172+221+8=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDD08 is #5322F7. Grayscale: #B6B6B6. Windows color (decimal): -5448440 or 581036. OLE color: 581036.

HSL color Cylindrical-coordinate representation of color #ACDD08: hue angle of 73.8º 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 #ACDD08 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 8 -
CMYK 0.22 0 0.96 0.13
HSL 73.8º 0.93% 0.45% -
HSV(B) 73.8º 0.96% 0.87% -
XYZ 42.91 60.5 9.65 -
YUV 182.07 29.77 120.82 -
System Red Green Blue C M Y K H S L
Decimal 172 221 8 0.22 0 0.96 0.13 73.8 0.93 0.45
Hex AC DD 8 16 0 60 D 4A 5D 2D
Octal 254 335 10 26 0 140 15 112 135 55
Binary 10101100 11011101 1000 10110 0 1100000 1101 1001010 1011101 101101

Color Harmonies of #ACDD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD08

Black with #ACDD08

Text Example


Text Example

White with #ACDD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD08; }

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

 H1.HeaderClassName
 {
   color: #ACDD08;
 }
 .AnyTagClassName
 {
   color: #ACDD08;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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