Html Css Color HEX #ACDD05 Inch Worm

📋 copy color: '#ACDD05'

red 172 ◦ green 221 ◦ blue 5

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

Shades of Inch Worm #ACDD05

Tints of Inch Worm #ACDD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.26%

R = 43.22%
G = 55.53%
B = 1.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#ACDD05 (or 0xACDD05) is known color: Inch Worm. HEX triplet: AC, DD and 05. RGB value is (172,221,5). Sum of RGB (Red+Green+Blue) = 172+221+5=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 5 (2.34% from 255 or 1.26% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDD05 is #5322FA. Grayscale: #B6B6B6. Windows color (decimal): -5448443 or 384428. OLE color: 384428.

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

Color convert

RGB 172 221 5 -
CMYK 0.22 0 0.98 0.13
HSL 73.61º 0.96% 0.44% -
HSV(B) 73.61º 0.98% 0.87% -
XYZ 42.9 60.49 9.56 -
YUV 181.73 28.27 121.06 -
System Red Green Blue C M Y K H S L
Decimal 172 221 5 0.22 0 0.98 0.13 73.61 0.96 0.44
Hex AC DD 5 16 0 62 D 4A 60 2C
Octal 254 335 5 26 0 142 15 112 140 54
Binary 10101100 11011101 101 10110 0 1100010 1101 1001010 1100000 101100

Color Harmonies of #ACDD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD05

Black with #ACDD05

Text Example


Text Example

White with #ACDD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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