#9DD58F

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

Shades of Granny Smith Apple #9DD58F

Tints of Granny Smith Apple #9DD58F

Color information

#9DD58F (or 0x9DD58F) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, D5 and 8F. RGB value is (157,213,143). Sum of RGB (Red+Green+Blue) = 157+213+143=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD58F is #622A70. Grayscale: #BCBCBC. Windows color (decimal): -6433393 or 9426333. OLE color: 9426333.

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

Color convert

RGB157213143-
CMYK0.2600.330.16
HSL108º45.45%69.8%-
HSV(B)108º32.86%83.53%-
XYZ42.6656.7434.69-
YUV188.28102.45105.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.60%
GREEN value IS 213 (83.59% from 255) = 41.52%
BLUE value IS 143 (56.25% from 255) = 27.88%
R=30.60%
G=41.52%
B=27.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572131430.2600.330.1610845.4569.8
Hex9DD58F1A021106c2d46
Octal235325217320412015455106
Binary1001110111010101100011111101001000011000011011001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,213,143); }

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

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

 a { background-color: rgb(157,213,143); }

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

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

 span { border-color: rgb(157,213,143); }

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