Html Css Color HEX #ACDD13 Inch Worm

📋 copy color: '#ACDD13'

red 172 ◦ green 221 ◦ blue 19

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

Shades of Inch Worm #ACDD13

Tints of Inch Worm #ACDD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.61%

R = 41.75%
G = 53.64%
B = 4.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#ACDD13 (or 0xACDD13) is known color: Inch Worm. HEX triplet: AC, DD and 13. RGB value is (172,221,19). Sum of RGB (Red+Green+Blue) = 172+221+19=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDD13 is #5322EC. Grayscale: #B8B8B8. Windows color (decimal): -5448429 or 1301932. OLE color: 1301932.

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

Color convert

RGB 172 221 19 -
CMYK 0.22 0 0.91 0.13
HSL 74.55º 0.84% 0.47% -
HSV(B) 74.55º 0.91% 0.87% -
XYZ 42.99 60.53 10.03 -
YUV 183.32 35.27 119.93 -
System Red Green Blue C M Y K H S L
Decimal 172 221 19 0.22 0 0.91 0.13 74.55 0.84 0.47
Hex AC DD 13 16 0 5B D 4B 54 2F
Octal 254 335 23 26 0 133 15 113 124 57
Binary 10101100 11011101 10011 10110 0 1011011 1101 1001011 1010100 101111

Color Harmonies of #ACDD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD13

Black with #ACDD13

Text Example


Text Example

White with #ACDD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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