#9DD68E

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

Shades of Granny Smith Apple #9DD68E

Tints of Granny Smith Apple #9DD68E

Color information

#9DD68E (or 0x9DD68E) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, D6 and 8E. RGB value is (157,214,142). Sum of RGB (Red+Green+Blue) = 157+214+142=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD68E is #622971. Grayscale: #BCBCBC. Windows color (decimal): -6433138 or 9361053. OLE color: 9361053.

HSL color Cylindrical-coordinate representation of color #9DD68E: hue angle of 107.5º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DD68E is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB157214142-
CMYK0.2700.340.16
HSL107.5º46.75%69.8%-
HSV(B)107.5º33.64%83.92%-
XYZ42.8357.2134.38-
YUV188.75101.62105.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.60%
GREEN value IS 214 (83.98% from 255) = 41.72%
BLUE value IS 142 (55.86% from 255) = 27.68%
R=30.60%
G=41.72%
B=27.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572141420.2700.340.16107.546.7569.8
Hex9DD68E1B022106b2f46
Octal235326216330422015357106
Binary1001110111010110100011101101101000101000011010111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DD68E;
 }
 .AnyTagClassName
 {
   color: #9DD68E;
 }
</style>
background-color css

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

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

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

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

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

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