Html Css Color HEX #9DDA9D Granny Smith Apple

📋 copy color: '#9DDA9D'

red 157 ◦ green 218 ◦ blue 157

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

Shades of Granny Smith Apple #9DDA9D

Tints of Granny Smith Apple #9DDA9D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.98%

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

R = 29.51%
G = 40.98%
B = 29.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#9DDA9D (or 0x9DDA9D) is known color: Granny Smith Apple. HEX triplet: 9D, DA and 9D. RGB value is (157,218,157). Sum of RGB (Red+Green+Blue) = 157+218+157=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDA9D is #622562. Grayscale: #C0C0C0. Windows color (decimal): -6432099 or 10345117. OLE color: 10345117.

HSL color Cylindrical-coordinate representation of color #9DDA9D: hue angle of 120º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDA9D is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 218 157 -
CMYK 0.28 0 0.28 0.15
HSL 120º 0.45% 0.74% -
HSV(B) 120º 0.28% 0.85% -
XYZ 45.06 59.75 41.06 -
YUV 192.81 107.79 102.46 -
System Red Green Blue C M Y K H S L
Decimal 157 218 157 0.28 0 0.28 0.15 120 0.45 0.74
Hex 9D DA 9D 1C 0 1C F 78 2D 4A
Octal 235 332 235 34 0 34 17 170 55 112
Binary 10011101 11011010 10011101 11100 0 11100 1111 1111000 101101 1001010

Color Harmonies of #9DDA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDA9D

Black with #9DDA9D

Text Example


Text Example

White with #9DDA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,218,157); }

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

background-color css

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

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

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

border-color css

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

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

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