Html Css Color HEX #ACD10E Inch Worm

📋 copy color: '#ACD10E'

red 172 ◦ green 209 ◦ blue 14

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

Shades of Inch Worm #ACD10E

Tints of Inch Worm #ACD10E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.91%

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

R = 43.54%
G = 52.91%
B = 3.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#ACD10E (or 0xACD10E) is known color: Inch Worm. HEX triplet: AC, D1 and 0E. RGB value is (172,209,14). Sum of RGB (Red+Green+Blue) = 172+209+14=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 209 (82.03% from 255 or 52.91% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD10E is #532EF1. Grayscale: #B0B0B0. Windows color (decimal): -5451506 or 971180. OLE color: 971180.

HSL color Cylindrical-coordinate representation of color #ACD10E: hue angle of 71.38º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACD10E is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 209 14 -
CMYK 0.18 0 0.93 0.18
HSL 71.38º 0.87% 0.44% -
HSV(B) 71.38º 0.93% 0.82% -
XYZ 39.89 54.4 8.81 -
YUV 175.71 36.74 125.36 -
System Red Green Blue C M Y K H S L
Decimal 172 209 14 0.18 0 0.93 0.18 71.38 0.87 0.44
Hex AC D1 E 12 0 5D 12 47 57 2C
Octal 254 321 16 22 0 135 22 107 127 54
Binary 10101100 11010001 1110 10010 0 1011101 10010 1000111 1010111 101100

Color Harmonies of #ACD10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD10E

Black with #ACD10E

Text Example


Text Example

White with #ACD10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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