Html Css Color HEX #A2E10C Inch Worm

📋 copy color: '#A2E10C'

red 162 ◦ green 225 ◦ blue 12

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

Shades of Inch Worm #A2E10C

Tints of Inch Worm #A2E10C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 56.39%

 BLUE value IS 12 (5.08% from 255) = 3.01%

R = 40.6%
G = 56.39%
B = 3.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#A2E10C (or 0xA2E10C) is known color: Inch Worm. HEX triplet: A2, E1 and 0C. RGB value is (162,225,12). Sum of RGB (Red+Green+Blue) = 162+225+12=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 225 (88.28% from 255 or 56.39% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E10C is #5D1EF3. Grayscale: #B6B6B6. Windows color (decimal): -6102772 or 844194. OLE color: 844194.

HSL color Cylindrical-coordinate representation of color #A2E10C: hue angle of 77.75º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2E10C is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 225 12 -
CMYK 0.28 0 0.95 0.12
HSL 77.75º 0.9% 0.46% -
HSV(B) 77.75º 0.95% 0.88% -
XYZ 41.89 61.56 10.02 -
YUV 181.88 32.13 113.82 -
System Red Green Blue C M Y K H S L
Decimal 162 225 12 0.28 0 0.95 0.12 77.75 0.9 0.46
Hex A2 E1 C 1C 0 5F C 4E 5A 2E
Octal 242 341 14 34 0 137 14 116 132 56
Binary 10100010 11100001 1100 11100 0 1011111 1100 1001110 1011010 101110

Color Harmonies of #A2E10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E10C

Black with #A2E10C

Text Example


Text Example

White with #A2E10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E10C; }

 p { color: rgb(162,225,12); }

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

background-color css

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

 a { background-color: rgb(162,225,12); }

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

border-color css

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

 span { border-color: rgb(162,225,12); }

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