Html Css Color HEX #ACDD12 Inch Worm

📋 copy color: '#ACDD12'

red 172 ◦ green 221 ◦ blue 18

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

Shades of Inch Worm #ACDD12

Tints of Inch Worm #ACDD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.38%

R = 41.85%
G = 53.77%
B = 4.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#ACDD12 (or 0xACDD12) is known color: Inch Worm. HEX triplet: AC, DD and 12. RGB value is (172,221,18). Sum of RGB (Red+Green+Blue) = 172+221+18=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDD12 is #5322ED. Grayscale: #B7B7B7. Windows color (decimal): -5448430 or 1236396. OLE color: 1236396.

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

Color convert

RGB 172 221 18 -
CMYK 0.22 0 0.92 0.13
HSL 74.48º 0.85% 0.47% -
HSV(B) 74.48º 0.92% 0.87% -
XYZ 42.98 60.53 9.99 -
YUV 183.21 34.77 120.01 -
System Red Green Blue C M Y K H S L
Decimal 172 221 18 0.22 0 0.92 0.13 74.48 0.85 0.47
Hex AC DD 12 16 0 5C D 4A 55 2F
Octal 254 335 22 26 0 134 15 112 125 57
Binary 10101100 11011101 10010 10110 0 1011100 1101 1001010 1010101 101111

Color Harmonies of #ACDD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD12

Black with #ACDD12

Text Example


Text Example

White with #ACDD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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