Html Css Color HEX #9DDD9F Granny Smith Apple

📋 copy color: '#9DDD9F'

red 157 ◦ green 221 ◦ blue 159

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

Shades of Granny Smith Apple #9DDD9F

Tints of Granny Smith Apple #9DDD9F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.15%

 BLUE value IS 159 (62.5% from 255) = 29.61%

R = 29.24%
G = 41.15%
B = 29.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#9DDD9F (or 0x9DDD9F) is known color: Granny Smith Apple. HEX triplet: 9D, DD and 9F. RGB value is (157,221,159). Sum of RGB (Red+Green+Blue) = 157+221+159=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDD9F is #622260. Grayscale: #C2C2C2. Windows color (decimal): -6431329 or 10476957. OLE color: 10476957.

HSL color Cylindrical-coordinate representation of color #9DDD9F: hue angle of 121.88º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDD9F is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 221 159 -
CMYK 0.29 0 0.28 0.13
HSL 121.88º 0.48% 0.74% -
HSV(B) 121.88º 0.29% 0.87% -
XYZ 46.02 61.38 42.22 -
YUV 194.8 107.8 101.04 -
System Red Green Blue C M Y K H S L
Decimal 157 221 159 0.29 0 0.28 0.13 121.88 0.48 0.74
Hex 9D DD 9F 1D 0 1C D 7A 30 4A
Octal 235 335 237 35 0 34 15 172 60 112
Binary 10011101 11011101 10011111 11101 0 11100 1101 1111010 110000 1001010

Color Harmonies of #9DDD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDD9F

Black with #9DDD9F

Text Example


Text Example

White with #9DDD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,221,159); }

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

background-color css

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

 a { background-color: rgb(157,221,159); }

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

border-color css

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

 span { border-color: rgb(157,221,159); }

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