Html Css Color HEX #A2E70D Inch Worm

📋 copy color: '#A2E70D'

red 162 ◦ green 231 ◦ blue 13

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

Shades of Inch Worm #A2E70D

Tints of Inch Worm #A2E70D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 56.9%

 BLUE value IS 13 (5.47% from 255) = 3.2%

R = 39.9%
G = 56.9%
B = 3.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#A2E70D (or 0xA2E70D) is known color: Inch Worm. HEX triplet: A2, E7 and 0D. RGB value is (162,231,13). Sum of RGB (Red+Green+Blue) = 162+231+13=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 231 (90.62% from 255 or 56.90% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E70D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2E70D is #5D18F2. Grayscale: #BABABA. Windows color (decimal): -6101235 or 911266. OLE color: 911266.

HSL color Cylindrical-coordinate representation of color #A2E70D: hue angle of 78.99º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2E70D is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 231 13 -
CMYK 0.30 0 0.94 0.09
HSL 78.99º 0.89% 0.48% -
HSV(B) 78.99º 0.94% 0.91% -
XYZ 43.55 64.86 10.61 -
YUV 185.52 30.64 111.23 -
System Red Green Blue C M Y K H S L
Decimal 162 231 13 0.30 0 0.94 0.09 78.99 0.89 0.48
Hex A2 E7 D 1E 0 5E 9 4F 59 30
Octal 242 347 15 36 0 136 11 117 131 60
Binary 10100010 11100111 1101 11110 0 1011110 1001 1001111 1011001 110000

Color Harmonies of #A2E70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E70D

Black with #A2E70D

Text Example


Text Example

White with #A2E70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E70D; }

 p { color: rgb(162,231,13); }

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

background-color css

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

 a { background-color: rgb(162,231,13); }

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

border-color css

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

 span { border-color: rgb(162,231,13); }

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