#9DD094

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

Shades of Granny Smith Apple #9DD094

Tints of Granny Smith Apple #9DD094

Color information

#9DD094 (or 0x9DD094) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, D0 and 94. RGB value is (157,208,148). Sum of RGB (Red+Green+Blue) = 157+208+148=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD094 is #622F6B. Grayscale: #BABABA. Windows color (decimal): -6434668 or 9752733. OLE color: 9752733.

HSL color Cylindrical-coordinate representation of color #9DD094: hue angle of 111º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DD094 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB157208148-
CMYK0.2500.290.18
HSL111º38.96%69.8%-
HSV(B)111º28.85%81.57%-
XYZ41.8154.4236.32-
YUV185.91106.6107.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.60%
GREEN value IS 208 (81.64% from 255) = 40.55%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=30.60%
G=40.55%
B=28.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572081480.2500.290.1811138.9669.8
Hex9DD0941901D126f2746
Octal235320224310352215747106
Binary100111011101000010010100110010111011001011011111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,208,148); }

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

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

 a { background-color: rgb(157,208,148); }

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

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

 span { border-color: rgb(157,208,148); }

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