Html Css Color HEX #9DDC9B Granny Smith Apple

📋 copy color: '#9DDC9B'

red 157 ◦ green 220 ◦ blue 155

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

Shades of Granny Smith Apple #9DDC9B

Tints of Granny Smith Apple #9DDC9B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.35%

 BLUE value IS 155 (60.94% from 255) = 29.14%

R = 29.51%
G = 41.35%
B = 29.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#9DDC9B (or 0x9DDC9B) is known color: Granny Smith Apple. HEX triplet: 9D, DC and 9B. RGB value is (157,220,155). Sum of RGB (Red+Green+Blue) = 157+220+155=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDC9B is #622364. Grayscale: #C1C1C1. Windows color (decimal): -6431589 or 10214557. OLE color: 10214557.

HSL color Cylindrical-coordinate representation of color #9DDC9B: hue angle of 118.15º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDC9B is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 220 155 -
CMYK 0.29 0 0.30 0.14
HSL 118.15º 0.48% 0.74% -
HSV(B) 118.15º 0.3% 0.86% -
XYZ 45.41 60.72 40.34 -
YUV 193.75 106.13 101.79 -
System Red Green Blue C M Y K H S L
Decimal 157 220 155 0.29 0 0.30 0.14 118.15 0.48 0.74
Hex 9D DC 9B 1D 0 1E E 76 30 4A
Octal 235 334 233 35 0 36 16 166 60 112
Binary 10011101 11011100 10011011 11101 0 11110 1110 1110110 110000 1001010

Color Harmonies of #9DDC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDC9B

Black with #9DDC9B

Text Example


Text Example

White with #9DDC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,220,155); }

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

background-color css

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

 a { background-color: rgb(157,220,155); }

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

border-color css

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

 span { border-color: rgb(157,220,155); }

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