Html Css Color HEX #9ADD9D Granny Smith Apple

📋 copy color: '#9ADD9D'

red 154 ◦ green 221 ◦ blue 157

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

Shades of Granny Smith Apple #9ADD9D

Tints of Granny Smith Apple #9ADD9D

RGB

 RED value IS 154 (60.55% from 255) = 28.95%

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

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

R = 28.95%
G = 41.54%
B = 29.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#9ADD9D (or 0x9ADD9D) is known color: Granny Smith Apple. HEX triplet: 9A, DD and 9D. RGB value is (154,221,157). Sum of RGB (Red+Green+Blue) = 154+221+157=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADD9D is #652262. Grayscale: #C1C1C1. Windows color (decimal): -6627939 or 10345882. OLE color: 10345882.

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

Color convert

RGB 154 221 157 -
CMYK 0.30 0 0.29 0.13
HSL 122.69º 0.5% 0.74% -
HSV(B) 122.69º 0.3% 0.87% -
XYZ 45.27 61.02 41.29 -
YUV 193.67 107.3 99.7 -
System Red Green Blue C M Y K H S L
Decimal 154 221 157 0.30 0 0.29 0.13 122.69 0.5 0.74
Hex 9A DD 9D 1E 0 1D D 7B 32 4A
Octal 232 335 235 36 0 35 15 173 62 112
Binary 10011010 11011101 10011101 11110 0 11101 1101 1111011 110010 1001010

Color Harmonies of #9ADD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADD9D

Black with #9ADD9D

Text Example


Text Example

White with #9ADD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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