Html Css Color HEX #A2D20F Inch Worm

📋 copy color: '#A2D20F'

red 162 ◦ green 210 ◦ blue 15

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

Shades of Inch Worm #A2D20F

Tints of Inch Worm #A2D20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.88%

R = 41.86%
G = 54.26%
B = 3.88%

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

#A2D20F (or 0xA2D20F) is known color: Inch Worm. HEX triplet: A2, D2 and 0F. RGB value is (162,210,15). Sum of RGB (Red+Green+Blue) = 162+210+15=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 210 (82.42% from 255 or 54.26% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D20F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D20F is #5D2DF0. Grayscale: #AEAEAE. Windows color (decimal): -6106609 or 1036962. OLE color: 1036962.

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

Color convert

RGB 162 210 15 -
CMYK 0.23 0 0.93 0.18
HSL 74.77º 0.87% 0.44% -
HSV(B) 74.77º 0.93% 0.82% -
XYZ 38.03 53.81 8.83 -
YUV 173.42 38.6 119.86 -
System Red Green Blue C M Y K H S L
Decimal 162 210 15 0.23 0 0.93 0.18 74.77 0.87 0.44
Hex A2 D2 F 17 0 5D 12 4B 57 2C
Octal 242 322 17 27 0 135 22 113 127 54
Binary 10100010 11010010 1111 10111 0 1011101 10010 1001011 1010111 101100

Color Harmonies of #A2D20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D20F

Black with #A2D20F

Text Example


Text Example

White with #A2D20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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