Html Css Color HEX #ACDE14 Inch Worm

📋 copy color: '#ACDE14'

red 172 ◦ green 222 ◦ blue 20

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

Shades of Inch Worm #ACDE14

Tints of Inch Worm #ACDE14

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.62%

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

R = 41.55%
G = 53.62%
B = 4.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#ACDE14 (or 0xACDE14) is known color: Inch Worm. HEX triplet: AC, DE and 14. RGB value is (172,222,20). Sum of RGB (Red+Green+Blue) = 172+222+20=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 222 (87.11% from 255 or 53.62% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDE14 is #5321EB. Grayscale: #B8B8B8. Windows color (decimal): -5448172 or 1367724. OLE color: 1367724.

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

Color convert

RGB 172 222 20 -
CMYK 0.23 0 0.91 0.13
HSL 74.85º 0.83% 0.47% -
HSV(B) 74.85º 0.91% 0.87% -
XYZ 43.26 61.06 10.17 -
YUV 184.02 35.44 119.43 -
System Red Green Blue C M Y K H S L
Decimal 172 222 20 0.23 0 0.91 0.13 74.85 0.83 0.47
Hex AC DE 14 17 0 5B D 4B 53 2F
Octal 254 336 24 27 0 133 15 113 123 57
Binary 10101100 11011110 10100 10111 0 1011011 1101 1001011 1010011 101111

Color Harmonies of #ACDE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDE14

Black with #ACDE14

Text Example


Text Example

White with #ACDE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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