Html Css Color HEX #9DD695 Granny Smith Apple

📋 copy color: '#9DD695'

red 157 ◦ green 214 ◦ blue 149

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

Shades of Granny Smith Apple #9DD695

Tints of Granny Smith Apple #9DD695

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.15%

 BLUE value IS 149 (58.59% from 255) = 28.65%

R = 30.19%
G = 41.15%
B = 28.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#9DD695 (or 0x9DD695) is known color: Granny Smith Apple. HEX triplet: 9D, D6 and 95. RGB value is (157,214,149). Sum of RGB (Red+Green+Blue) = 157+214+149=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD695 is #62296A. Grayscale: #BDBDBD. Windows color (decimal): -6433131 or 9819805. OLE color: 9819805.

HSL color Cylindrical-coordinate representation of color #9DD695: hue angle of 112.62º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DD695 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 214 149 -
CMYK 0.27 0 0.30 0.16
HSL 112.62º 0.44% 0.71% -
HSV(B) 112.62º 0.3% 0.84% -
XYZ 43.38 57.43 37.23 -
YUV 189.55 105.12 104.79 -
System Red Green Blue C M Y K H S L
Decimal 157 214 149 0.27 0 0.30 0.16 112.62 0.44 0.71
Hex 9D D6 95 1B 0 1E 10 71 2C 47
Octal 235 326 225 33 0 36 20 161 54 107
Binary 10011101 11010110 10010101 11011 0 11110 10000 1110001 101100 1000111

Color Harmonies of #9DD695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD695

Black with #9DD695

Text Example


Text Example

White with #9DD695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,214,149); }

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

background-color css

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

 a { background-color: rgb(157,214,149); }

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

border-color css

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

 span { border-color: rgb(157,214,149); }

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