Html Css Color HEX #ACD40E Inch Worm

📋 copy color: '#ACD40E'

red 172 ◦ green 212 ◦ blue 14

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

Shades of Inch Worm #ACD40E

Tints of Inch Worm #ACD40E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 53.27%

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

R = 43.22%
G = 53.27%
B = 3.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#ACD40E (or 0xACD40E) is known color: Inch Worm. HEX triplet: AC, D4 and 0E. RGB value is (172,212,14). Sum of RGB (Red+Green+Blue) = 172+212+14=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 212 (83.20% from 255 or 53.27% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD40E is #532BF1. Grayscale: #B2B2B2. Windows color (decimal): -5450738 or 971948. OLE color: 971948.

HSL color Cylindrical-coordinate representation of color #ACD40E: hue angle of 72.12º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACD40E is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 14 -
CMYK 0.19 0 0.93 0.17
HSL 72.12º 0.88% 0.44% -
HSV(B) 72.12º 0.93% 0.83% -
XYZ 40.64 55.89 9.06 -
YUV 177.47 35.75 124.1 -
System Red Green Blue C M Y K H S L
Decimal 172 212 14 0.19 0 0.93 0.17 72.12 0.88 0.44
Hex AC D4 E 13 0 5D 11 48 58 2C
Octal 254 324 16 23 0 135 21 110 130 54
Binary 10101100 11010100 1110 10011 0 1011101 10001 1001000 1011000 101100

Color Harmonies of #ACD40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD40E

Black with #ACD40E

Text Example


Text Example

White with #ACD40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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