Html Css Color HEX #ACDD02 Inch Worm

📋 copy color: '#ACDD02'

red 172 ◦ green 221 ◦ blue 2

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

Shades of Inch Worm #ACDD02

Tints of Inch Worm #ACDD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 43.54%
G = 55.95%
B = 0.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#ACDD02 (or 0xACDD02) is known color: Inch Worm. HEX triplet: AC, DD and 02. RGB value is (172,221,2). Sum of RGB (Red+Green+Blue) = 172+221+2=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDD02 is #5322FD. Grayscale: #B6B6B6. Windows color (decimal): -5448446 or 187820. OLE color: 187820.

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

Color convert

RGB 172 221 2 -
CMYK 0.22 0 0.99 0.13
HSL 73.42º 0.98% 0.44% -
HSV(B) 73.42º 0.99% 0.87% -
XYZ 42.88 60.49 9.47 -
YUV 181.38 26.77 121.31 -
System Red Green Blue C M Y K H S L
Decimal 172 221 2 0.22 0 0.99 0.13 73.42 0.98 0.44
Hex AC DD 2 16 0 63 D 49 62 2C
Octal 254 335 2 26 0 143 15 111 142 54
Binary 10101100 11011101 10 10110 0 1100011 1101 1001001 1100010 101100

Color Harmonies of #ACDD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD02

Black with #ACDD02

Text Example


Text Example

White with #ACDD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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