Html Css Color HEX #ACDD28 Inch Worm

📋 copy color: '#ACDD28'

red 172 ◦ green 221 ◦ blue 40

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

Shades of Inch Worm #ACDD28

Tints of Inch Worm #ACDD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.24%

R = 39.72%
G = 51.04%
B = 9.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#ACDD28 (or 0xACDD28) is known color: Inch Worm. HEX triplet: AC, DD and 28. RGB value is (172,221,40). Sum of RGB (Red+Green+Blue) = 172+221+40=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD28 is #5322D7. Grayscale: #BABABA. Windows color (decimal): -5448408 or 2678188. OLE color: 2678188.

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

Color convert

RGB 172 221 40 -
CMYK 0.22 0 0.82 0.13
HSL 76.24º 0.73% 0.51% -
HSV(B) 76.24º 0.82% 0.87% -
XYZ 43.25 60.64 11.43 -
YUV 185.72 45.77 118.22 -
System Red Green Blue C M Y K H S L
Decimal 172 221 40 0.22 0 0.82 0.13 76.24 0.73 0.51
Hex AC DD 28 16 0 52 D 4C 49 33
Octal 254 335 50 26 0 122 15 114 111 63
Binary 10101100 11011101 101000 10110 0 1010010 1101 1001100 1001001 110011

Color Harmonies of #ACDD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD28

Black with #ACDD28

Text Example


Text Example

White with #ACDD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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