Html Css Color HEX #A2D20E Inch Worm

📋 copy color: '#A2D20E'

red 162 ◦ green 210 ◦ blue 14

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

Shades of Inch Worm #A2D20E

Tints of Inch Worm #A2D20E

RGB

 RED value IS 162 (63.67% from 255) = 41.97%

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

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

R = 41.97%
G = 54.4%
B = 3.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#A2D20E (or 0xA2D20E) is known color: Inch Worm. HEX triplet: A2, D2 and 0E. RGB value is (162,210,14). Sum of RGB (Red+Green+Blue) = 162+210+14=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 210 (82.42% from 255 or 54.40% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D20E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D20E is #5D2DF1. Grayscale: #AEAEAE. Windows color (decimal): -6106610 or 971426. OLE color: 971426.

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

Color convert

RGB 162 210 14 -
CMYK 0.23 0 0.93 0.18
HSL 74.69º 0.88% 0.44% -
HSV(B) 74.69º 0.93% 0.82% -
XYZ 38.03 53.81 8.8 -
YUV 173.3 38.1 119.94 -
System Red Green Blue C M Y K H S L
Decimal 162 210 14 0.23 0 0.93 0.18 74.69 0.88 0.44
Hex A2 D2 E 17 0 5D 12 4B 58 2C
Octal 242 322 16 27 0 135 22 113 130 54
Binary 10100010 11010010 1110 10111 0 1011101 10010 1001011 1011000 101100

Color Harmonies of #A2D20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D20E

Black with #A2D20E

Text Example


Text Example

White with #A2D20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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