Html Css Color HEX #A2E40B Inch Worm

📋 copy color: '#A2E40B'

red 162 ◦ green 228 ◦ blue 11

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

Shades of Inch Worm #A2E40B

Tints of Inch Worm #A2E40B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 56.86%

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

R = 40.4%
G = 56.86%
B = 2.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#A2E40B (or 0xA2E40B) is known color: Inch Worm. HEX triplet: A2, E4 and 0B. RGB value is (162,228,11). Sum of RGB (Red+Green+Blue) = 162+228+11=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 228 (89.45% from 255 or 56.86% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E40B is #5D1BF4. Grayscale: #B8B8B8. Windows color (decimal): -6102005 or 779426. OLE color: 779426.

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

Color convert

RGB 162 228 11 -
CMYK 0.29 0 0.95 0.11
HSL 78.25º 0.91% 0.47% -
HSV(B) 78.25º 0.95% 0.89% -
XYZ 42.7 63.19 10.26 -
YUV 183.53 30.63 112.64 -
System Red Green Blue C M Y K H S L
Decimal 162 228 11 0.29 0 0.95 0.11 78.25 0.91 0.47
Hex A2 E4 B 1D 0 5F B 4E 5B 2F
Octal 242 344 13 35 0 137 13 116 133 57
Binary 10100010 11100100 1011 11101 0 1011111 1011 1001110 1011011 101111

Color Harmonies of #A2E40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E40B

Black with #A2E40B

Text Example


Text Example

White with #A2E40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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