Html Css Color HEX #ACDD14 Inch Worm

📋 copy color: '#ACDD14'

red 172 ◦ green 221 ◦ blue 20

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

Shades of Inch Worm #ACDD14

Tints of Inch Worm #ACDD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.84%

R = 41.65%
G = 53.51%
B = 4.84%

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

#ACDD14 (or 0xACDD14) is known color: Inch Worm. HEX triplet: AC, DD and 14. RGB value is (172,221,20). Sum of RGB (Red+Green+Blue) = 172+221+20=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDD14 is #5322EB. Grayscale: #B8B8B8. Windows color (decimal): -5448428 or 1367468. OLE color: 1367468.

HSL color Cylindrical-coordinate representation of color #ACDD14: hue angle of 74.63º degrees, saturation: 0.83, 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 #ACDD14 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 20 -
CMYK 0.22 0 0.91 0.13
HSL 74.63º 0.83% 0.47% -
HSV(B) 74.63º 0.91% 0.87% -
XYZ 43 60.53 10.08 -
YUV 183.44 35.77 119.84 -
System Red Green Blue C M Y K H S L
Decimal 172 221 20 0.22 0 0.91 0.13 74.63 0.83 0.47
Hex AC DD 14 16 0 5B D 4B 53 2F
Octal 254 335 24 26 0 133 15 113 123 57
Binary 10101100 11011101 10100 10110 0 1011011 1101 1001011 1010011 101111

Color Harmonies of #ACDD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD14

Black with #ACDD14

Text Example


Text Example

White with #ACDD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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