Html Css Color HEX #ACD60E Inch Worm

📋 copy color: '#ACD60E'

red 172 ◦ green 214 ◦ blue 14

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

Shades of Inch Worm #ACD60E

Tints of Inch Worm #ACD60E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.5%

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

R = 43%
G = 53.5%
B = 3.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#ACD60E (or 0xACD60E) is known color: Inch Worm. HEX triplet: AC, D6 and 0E. RGB value is (172,214,14). Sum of RGB (Red+Green+Blue) = 172+214+14=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 214 (83.98% from 255 or 53.5% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD60E is #5329F1. Grayscale: #B3B3B3. Windows color (decimal): -5450226 or 972460. OLE color: 972460.

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

Color convert

RGB 172 214 14 -
CMYK 0.20 0 0.93 0.16
HSL 72.6º 0.88% 0.45% -
HSV(B) 72.6º 0.93% 0.84% -
XYZ 41.14 56.9 9.23 -
YUV 178.64 35.09 123.26 -
System Red Green Blue C M Y K H S L
Decimal 172 214 14 0.20 0 0.93 0.16 72.6 0.88 0.45
Hex AC D6 E 14 0 5D 10 49 58 2D
Octal 254 326 16 24 0 135 20 111 130 55
Binary 10101100 11010110 1110 10100 0 1011101 10000 1001001 1011000 101101

Color Harmonies of #ACD60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD60E

Black with #ACD60E

Text Example


Text Example

White with #ACD60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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