Html Css Color HEX #ACD80E Inch Worm

📋 copy color: '#ACD80E'

red 172 ◦ green 216 ◦ blue 14

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

Shades of Inch Worm #ACD80E

Tints of Inch Worm #ACD80E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.73%

 BLUE value IS 14 (5.86% from 255) = 3.48%

R = 42.79%
G = 53.73%
B = 3.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#ACD80E (or 0xACD80E) is known color: Inch Worm. HEX triplet: AC, D8 and 0E. RGB value is (172,216,14). Sum of RGB (Red+Green+Blue) = 172+216+14=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 216 (84.77% from 255 or 53.73% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD80E is #5327F1. Grayscale: #B4B4B4. Windows color (decimal): -5449714 or 972972. OLE color: 972972.

HSL color Cylindrical-coordinate representation of color #ACD80E: hue angle of 73.07º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACD80E is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 14 -
CMYK 0.20 0 0.94 0.15
HSL 73.07º 0.88% 0.45% -
HSV(B) 73.07º 0.94% 0.85% -
XYZ 41.65 57.91 9.4 -
YUV 179.82 34.42 122.43 -
System Red Green Blue C M Y K H S L
Decimal 172 216 14 0.20 0 0.94 0.15 73.07 0.88 0.45
Hex AC D8 E 14 0 5E F 49 58 2D
Octal 254 330 16 24 0 136 17 111 130 55
Binary 10101100 11011000 1110 10100 0 1011110 1111 1001001 1011000 101101

Color Harmonies of #ACD80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD80E

Black with #ACD80E

Text Example


Text Example

White with #ACD80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD80E; }

 p { color: rgb(172,216,14); }

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

background-color css

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

 a { background-color: rgb(172,216,14); }

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

border-color css

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

 span { border-color: rgb(172,216,14); }

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