Html Css Color HEX #9AD996 Granny Smith Apple

📋 copy color: '#9AD996'

red 154 ◦ green 217 ◦ blue 150

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

Shades of Granny Smith Apple #9AD996

Tints of Granny Smith Apple #9AD996

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.65%

 BLUE value IS 150 (58.98% from 255) = 28.79%

R = 29.56%
G = 41.65%
B = 28.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#9AD996 (or 0x9AD996) is known color: Granny Smith Apple. HEX triplet: 9A, D9 and 96. RGB value is (154,217,150). Sum of RGB (Red+Green+Blue) = 154+217+150=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD996 is #652669. Grayscale: #BEBEBE. Windows color (decimal): -6628970 or 9886106. OLE color: 9886106.

HSL color Cylindrical-coordinate representation of color #9AD996: hue angle of 116.42º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AD996 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 217 150 -
CMYK 0.29 0 0.31 0.15
HSL 116.42º 0.47% 0.72% -
HSV(B) 116.42º 0.31% 0.85% -
XYZ 43.64 58.7 37.88 -
YUV 190.53 105.13 101.95 -
System Red Green Blue C M Y K H S L
Decimal 154 217 150 0.29 0 0.31 0.15 116.42 0.47 0.72
Hex 9A D9 96 1D 0 1F F 74 2F 48
Octal 232 331 226 35 0 37 17 164 57 110
Binary 10011010 11011001 10010110 11101 0 11111 1111 1110100 101111 1001000

Color Harmonies of #9AD996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD996

Black with #9AD996

Text Example


Text Example

White with #9AD996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,217,150); }

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

background-color css

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

 a { background-color: rgb(154,217,150); }

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

border-color css

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

 span { border-color: rgb(154,217,150); }

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