Html Css Color HEX #A7D996 Granny Smith Apple

📋 copy color: '#A7D996'

red 167 ◦ green 217 ◦ blue 150

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

Shades of Granny Smith Apple #A7D996

Tints of Granny Smith Apple #A7D996

RGB

 RED value IS 167 (65.63% from 255) = 31.27%

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

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

R = 31.27%
G = 40.64%
B = 28.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#A7D996 (or 0xA7D996) is known color: Granny Smith Apple. HEX triplet: A7, D9 and 96. RGB value is (167,217,150). Sum of RGB (Red+Green+Blue) = 167+217+150=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #A7D996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D996 is #582669. Grayscale: #C2C2C2. Windows color (decimal): -5777002 or 9886119. OLE color: 9886119.

HSL color Cylindrical-coordinate representation of color #A7D996: hue angle of 104.78º 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 #A7D996 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 217 150 -
CMYK 0.23 0 0.31 0.15
HSL 104.78º 0.47% 0.72% -
HSV(B) 104.78º 0.31% 0.85% -
XYZ 46.25 60.04 38.01 -
YUV 194.41 102.94 108.45 -
System Red Green Blue C M Y K H S L
Decimal 167 217 150 0.23 0 0.31 0.15 104.78 0.47 0.72
Hex A7 D9 96 17 0 1F F 69 2F 48
Octal 247 331 226 27 0 37 17 151 57 110
Binary 10100111 11011001 10010110 10111 0 11111 1111 1101001 101111 1001000

Color Harmonies of #A7D996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D996

Black with #A7D996

Text Example


Text Example

White with #A7D996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D996; }

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

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

background-color css

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

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

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

border-color css

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

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

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