Html Css Color HEX #ACDD21 Inch Worm

📋 copy color: '#ACDD21'

red 172 ◦ green 221 ◦ blue 33

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

Shades of Inch Worm #ACDD21

Tints of Inch Worm #ACDD21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.75%

R = 40.38%
G = 51.88%
B = 7.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#ACDD21 (or 0xACDD21) is known color: Inch Worm. HEX triplet: AC, DD and 21. RGB value is (172,221,33). Sum of RGB (Red+Green+Blue) = 172+221+33=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 33 (13.28% from 255 or 7.75% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD21 is #5322DE. Grayscale: #B9B9B9. Windows color (decimal): -5448415 or 2219436. OLE color: 2219436.

HSL color Cylindrical-coordinate representation of color #ACDD21: hue angle of 75.64º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACDD21 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 33 -
CMYK 0.22 0 0.85 0.13
HSL 75.64º 0.74% 0.5% -
HSV(B) 75.64º 0.85% 0.87% -
XYZ 43.14 60.59 10.86 -
YUV 184.92 42.27 118.79 -
System Red Green Blue C M Y K H S L
Decimal 172 221 33 0.22 0 0.85 0.13 75.64 0.74 0.5
Hex AC DD 21 16 0 55 D 4C 4A 32
Octal 254 335 41 26 0 125 15 114 112 62
Binary 10101100 11011101 100001 10110 0 1010101 1101 1001100 1001010 110010

Color Harmonies of #ACDD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD21

Black with #ACDD21

Text Example


Text Example

White with #ACDD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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