Html Css Color HEX #9DDD9C Granny Smith Apple

📋 copy color: '#9DDD9C'

red 157 ◦ green 221 ◦ blue 156

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

Shades of Granny Smith Apple #9DDD9C

Tints of Granny Smith Apple #9DDD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.21%

R = 29.4%
G = 41.39%
B = 29.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#9DDD9C (or 0x9DDD9C) is known color: Granny Smith Apple. HEX triplet: 9D, DD and 9C. RGB value is (157,221,156). Sum of RGB (Red+Green+Blue) = 157+221+156=534 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.40% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDD9C is #622263. Grayscale: #C2C2C2. Windows color (decimal): -6431332 or 10280349. OLE color: 10280349.

HSL color Cylindrical-coordinate representation of color #9DDD9C: hue angle of 119.08º degrees, saturation: 0.49, 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 #9DDD9C is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 221 156 -
CMYK 0.29 0 0.29 0.13
HSL 119.08º 0.49% 0.74% -
HSV(B) 119.08º 0.29% 0.87% -
XYZ 45.76 61.28 40.87 -
YUV 194.45 106.3 101.29 -
System Red Green Blue C M Y K H S L
Decimal 157 221 156 0.29 0 0.29 0.13 119.08 0.49 0.74
Hex 9D DD 9C 1D 0 1D D 77 31 4A
Octal 235 335 234 35 0 35 15 167 61 112
Binary 10011101 11011101 10011100 11101 0 11101 1101 1110111 110001 1001010

Color Harmonies of #9DDD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDD9C

Black with #9DDD9C

Text Example


Text Example

White with #9DDD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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