Html Css Color HEX #A2E70B Inch Worm

📋 copy color: '#A2E70B'

red 162 ◦ green 231 ◦ blue 11

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

Shades of Inch Worm #A2E70B

Tints of Inch Worm #A2E70B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.72%

R = 40.1%
G = 57.18%
B = 2.72%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#A2E70B (or 0xA2E70B) is known color: Inch Worm. HEX triplet: A2, E7 and 0B. RGB value is (162,231,11). Sum of RGB (Red+Green+Blue) = 162+231+11=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 231 (90.62% from 255 or 57.18% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E70B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2E70B is #5D18F4. Grayscale: #BABABA. Windows color (decimal): -6101237 or 780194. OLE color: 780194.

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

Color convert

RGB 162 231 11 -
CMYK 0.30 0 0.95 0.09
HSL 78.82º 0.91% 0.47% -
HSV(B) 78.82º 0.95% 0.91% -
XYZ 43.54 64.86 10.54 -
YUV 185.29 29.64 111.39 -
System Red Green Blue C M Y K H S L
Decimal 162 231 11 0.30 0 0.95 0.09 78.82 0.91 0.47
Hex A2 E7 B 1E 0 5F 9 4F 5B 2F
Octal 242 347 13 36 0 137 11 117 133 57
Binary 10100010 11100111 1011 11110 0 1011111 1001 1001111 1011011 101111

Color Harmonies of #A2E70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E70B

Black with #A2E70B

Text Example


Text Example

White with #A2E70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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