Html Css Color HEX #9ABFB9 Shadow Green

📋 copy color: '#9ABFB9'

red 154 ◦ green 191 ◦ blue 185

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

Shades of Shadow Green #9ABFB9

Tints of Shadow Green #9ABFB9

RGB

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

 GREEN value IS 191 (75% from 255) = 36.04%

 BLUE value IS 185 (72.66% from 255) = 34.91%

R = 29.06%
G = 36.04%
B = 34.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#9ABFB9 (or 0x9ABFB9) is known color: Shadow Green. HEX triplet: 9A, BF and B9. RGB value is (154,191,185). Sum of RGB (Red+Green+Blue) = 154+191+185=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFB9 is #654046. Grayscale: #B3B3B3. Windows color (decimal): -6635591 or 12173210. OLE color: 12173210.

HSL color Cylindrical-coordinate representation of color #9ABFB9: hue angle of 170.27º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABFB9 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 191 185 -
CMYK 0.19 0 0.03 0.25
HSL 170.27º 0.22% 0.68% -
HSV(B) 170.27º 0.19% 0.75% -
XYZ 40.71 47.63 52.95 -
YUV 179.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 154 191 185 0.19 0 0.03 0.25 170.27 0.22 0.68
Hex 9A BF B9 13 0 3 19 AA 16 44
Octal 232 277 271 23 0 3 31 252 26 104
Binary 10011010 10111111 10111001 10011 0 11 11001 10101010 10110 1000100

Color Harmonies of #9ABFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABFB9

Black with #9ABFB9

Text Example


Text Example

White with #9ABFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,191,185); }

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

background-color css

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

 a { background-color: rgb(154,191,185); }

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

border-color css

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

 span { border-color: rgb(154,191,185); }

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