Html Css Color HEX #A0D20E Inch Worm

📋 copy color: '#A0D20E'

red 160 ◦ green 210 ◦ blue 14

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

Shades of Inch Worm #A0D20E

Tints of Inch Worm #A0D20E

RGB

 RED value IS 160 (62.89% from 255) = 41.67%

 GREEN value IS 210 (82.42% from 255) = 54.69%

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

R = 41.67%
G = 54.69%
B = 3.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#A0D20E (or 0xA0D20E) is known color: Inch Worm. HEX triplet: A0, D2 and 0E. RGB value is (160,210,14). Sum of RGB (Red+Green+Blue) = 160+210+14=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 210 (82.42% from 255 or 54.69% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D20E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D20E is #5F2DF1. Grayscale: #ADADAD. Windows color (decimal): -6237682 or 971424. OLE color: 971424.

HSL color Cylindrical-coordinate representation of color #A0D20E: hue angle of 75.31º degrees, saturation: 0.88, 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 #A0D20E is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 210 14 -
CMYK 0.24 0 0.93 0.18
HSL 75.31º 0.88% 0.44% -
HSV(B) 75.31º 0.93% 0.82% -
XYZ 37.62 53.6 8.78 -
YUV 172.71 38.44 118.94 -
System Red Green Blue C M Y K H S L
Decimal 160 210 14 0.24 0 0.93 0.18 75.31 0.88 0.44
Hex A0 D2 E 18 0 5D 12 4B 58 2C
Octal 240 322 16 30 0 135 22 113 130 54
Binary 10100000 11010010 1110 11000 0 1011101 10010 1001011 1011000 101100

Color Harmonies of #A0D20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D20E

Black with #A0D20E

Text Example


Text Example

White with #A0D20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D20E; }

 p { color: rgb(160,210,14); }

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

background-color css

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

 a { background-color: rgb(160,210,14); }

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

border-color css

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

 span { border-color: rgb(160,210,14); }

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