#9DD695

Color #9DD695 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #9DD695

Tints of Granny Smith Apple #9DD695

Color information

#9DD695 (or 0x9DD695) is unknown color: approx 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

RGB157214149-
CMYK0.2700.300.16
HSL112.62º44.22%71.18%-
HSV(B)112.62º30.37%83.92%-
XYZ43.3857.4337.23-
YUV189.55105.12104.79-

RGB Variations

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

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 (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572141490.2700.300.16112.6244.2271.18
Hex9DD6951B01E10712c47
Octal235326225330362016154107
Binary100111011101011010010101110110111101000011100011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>