Html Css Color HEX #A2ED96 Granny Smith Apple

📋 copy color: '#A2ED96'

red 162 ◦ green 237 ◦ blue 150

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

Shades of Granny Smith Apple #A2ED96

Tints of Granny Smith Apple #A2ED96

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.17%

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

R = 29.51%
G = 43.17%
B = 27.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#A2ED96 (or 0xA2ED96) is known color: Granny Smith Apple. HEX triplet: A2, ED and 96. RGB value is (162,237,150). Sum of RGB (Red+Green+Blue) = 162+237+150=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #A2ED96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2ED96 is #5D1269. Grayscale: #CCCCCC. Windows color (decimal): -6099562 or 9891234. OLE color: 9891234.

HSL color Cylindrical-coordinate representation of color #A2ED96: hue angle of 111.72º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2ED96 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 237 150 -
CMYK 0.32 0 0.37 0.07
HSL 111.72º 0.71% 0.76% -
HSV(B) 111.72º 0.37% 0.93% -
XYZ 50.69 70.45 39.78 -
YUV 204.66 97.15 97.57 -
System Red Green Blue C M Y K H S L
Decimal 162 237 150 0.32 0 0.37 0.07 111.72 0.71 0.76
Hex A2 ED 96 20 0 25 7 70 47 4C
Octal 242 355 226 40 0 45 7 160 107 114
Binary 10100010 11101101 10010110 100000 0 100101 111 1110000 1000111 1001100

Color Harmonies of #A2ED96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ED96

Black with #A2ED96

Text Example


Text Example

White with #A2ED96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ED96; }

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

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

background-color css

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

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

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

border-color css

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

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

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