Html Css Color HEX #9DD996 Granny Smith Apple

📋 copy color: '#9DD996'

red 157 ◦ green 217 ◦ blue 150

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

Shades of Granny Smith Apple #9DD996

Tints of Granny Smith Apple #9DD996

RGB

 RED value IS 157 (61.72% from 255) = 29.96%

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

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

R = 29.96%
G = 41.41%
B = 28.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#9DD996 (or 0x9DD996) is known color: Granny Smith Apple. HEX triplet: 9D, D9 and 96. RGB value is (157,217,150). Sum of RGB (Red+Green+Blue) = 157+217+150=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD996 is #622669. Grayscale: #BFBFBF. Windows color (decimal): -6432362 or 9886109. OLE color: 9886109.

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

Color convert

RGB 157 217 150 -
CMYK 0.28 0 0.31 0.15
HSL 113.73º 0.47% 0.72% -
HSV(B) 113.73º 0.31% 0.85% -
XYZ 44.22 59 37.91 -
YUV 191.42 104.62 103.45 -
System Red Green Blue C M Y K H S L
Decimal 157 217 150 0.28 0 0.31 0.15 113.73 0.47 0.72
Hex 9D D9 96 1C 0 1F F 72 2F 48
Octal 235 331 226 34 0 37 17 162 57 110
Binary 10011101 11011001 10010110 11100 0 11111 1111 1110010 101111 1001000

Color Harmonies of #9DD996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD996

Black with #9DD996

Text Example


Text Example

White with #9DD996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DD996; }

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

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

background-color css

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

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

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

border-color css

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

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

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