Html Css Color HEX #A2E996 Granny Smith Apple

📋 copy color: '#A2E996'

red 162 ◦ green 233 ◦ blue 150

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

Shades of Granny Smith Apple #A2E996

Tints of Granny Smith Apple #A2E996

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.75%

 BLUE value IS 150 (58.98% from 255) = 27.52%

R = 29.72%
G = 42.75%
B = 27.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#A2E996 (or 0xA2E996) is known color: Granny Smith Apple. HEX triplet: A2, E9 and 96. RGB value is (162,233,150). Sum of RGB (Red+Green+Blue) = 162+233+150=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2E996 is #5D1669. Grayscale: #CACACA. Windows color (decimal): -6100586 or 9890210. OLE color: 9890210.

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

Color convert

RGB 162 233 150 -
CMYK 0.30 0 0.36 0.09
HSL 111.33º 0.65% 0.75% -
HSV(B) 111.33º 0.36% 0.91% -
XYZ 49.54 68.16 39.4 -
YUV 202.31 98.48 99.25 -
System Red Green Blue C M Y K H S L
Decimal 162 233 150 0.30 0 0.36 0.09 111.33 0.65 0.75
Hex A2 E9 96 1E 0 24 9 6F 41 4B
Octal 242 351 226 36 0 44 11 157 101 113
Binary 10100010 11101001 10010110 11110 0 100100 1001 1101111 1000001 1001011

Color Harmonies of #A2E996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E996

Black with #A2E996

Text Example


Text Example

White with #A2E996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E996; }

 p { color: rgb(162,233,150); }

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

background-color css

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

 a { background-color: rgb(162,233,150); }

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

border-color css

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

 span { border-color: rgb(162,233,150); }

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