Html Css Color HEX #9ADB97 Granny Smith Apple

📋 copy color: '#9ADB97'

red 154 ◦ green 219 ◦ blue 151

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

Shades of Granny Smith Apple #9ADB97

Tints of Granny Smith Apple #9ADB97

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.79%

 BLUE value IS 151 (59.38% from 255) = 28.82%

R = 29.39%
G = 41.79%
B = 28.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#9ADB97 (or 0x9ADB97) is known color: Granny Smith Apple. HEX triplet: 9A, DB and 97. RGB value is (154,219,151). Sum of RGB (Red+Green+Blue) = 154+219+151=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADB97 is #652468. Grayscale: #C0C0C0. Windows color (decimal): -6628457 or 9952154. OLE color: 9952154.

HSL color Cylindrical-coordinate representation of color #9ADB97: hue angle of 117.35º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADB97 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 219 151 -
CMYK 0.30 0 0.31 0.14
HSL 117.35º 0.49% 0.73% -
HSV(B) 117.35º 0.31% 0.86% -
XYZ 44.24 59.77 38.48 -
YUV 191.81 104.97 101.03 -
System Red Green Blue C M Y K H S L
Decimal 154 219 151 0.30 0 0.31 0.14 117.35 0.49 0.73
Hex 9A DB 97 1E 0 1F E 75 31 49
Octal 232 333 227 36 0 37 16 165 61 111
Binary 10011010 11011011 10010111 11110 0 11111 1110 1110101 110001 1001001

Color Harmonies of #9ADB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADB97

Black with #9ADB97

Text Example


Text Example

White with #9ADB97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,219,151); }

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

background-color css

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

 a { background-color: rgb(154,219,151); }

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

border-color css

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

 span { border-color: rgb(154,219,151); }

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