Html Css Color HEX #A2D996 Granny Smith Apple

📋 copy color: '#A2D996'

red 162 ◦ green 217 ◦ blue 150

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

Shades of Granny Smith Apple #A2D996

Tints of Granny Smith Apple #A2D996

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.02%

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

R = 30.62%
G = 41.02%
B = 28.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#A2D996 (or 0xA2D996) is known color: Granny Smith Apple. HEX triplet: A2, D9 and 96. RGB value is (162,217,150). Sum of RGB (Red+Green+Blue) = 162+217+150=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D996 is #5D2669. Grayscale: #C1C1C1. Windows color (decimal): -6104682 or 9886114. OLE color: 9886114.

HSL color Cylindrical-coordinate representation of color #A2D996: hue angle of 109.25º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2D996 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 217 150 -
CMYK 0.25 0 0.31 0.15
HSL 109.25º 0.47% 0.72% -
HSV(B) 109.25º 0.31% 0.85% -
XYZ 45.22 59.51 37.96 -
YUV 192.92 103.78 105.95 -
System Red Green Blue C M Y K H S L
Decimal 162 217 150 0.25 0 0.31 0.15 109.25 0.47 0.72
Hex A2 D9 96 19 0 1F F 6D 2F 48
Octal 242 331 226 31 0 37 17 155 57 110
Binary 10100010 11011001 10010110 11001 0 11111 1111 1101101 101111 1001000

Color Harmonies of #A2D996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D996

Black with #A2D996

Text Example


Text Example

White with #A2D996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D996; }

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

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

background-color css

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

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

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

border-color css

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

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

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