#9ABFA9

Color #9ABFA9 Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #9ABFA9

Tints of Skeptic #9ABFA9

Color information

#9ABFA9 (or 0x9ABFA9) is unknown color: approx Skeptic. HEX triplet: 9A, BF and A9. RGB value is (154,191,169). Sum of RGB (Red+Green+Blue) = 154+191+169=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABFA9 is #654056. Grayscale: #B1B1B1. Windows color (decimal): -6635607 or 11124634. OLE color: 11124634.

HSL color Cylindrical-coordinate representation of color #9ABFA9: hue angle of 144.32º 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 #9ABFA9 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB154191169-
CMYK0.1900.120.25
HSL144.32º22.42%67.65%-
HSV(B)144.32º19.37%74.9%-
XYZ39.124744.55-
YUV177.43123.24111.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.96%
GREEN value IS 191 (75% from 255) = 37.16%
BLUE value IS 169 (66.41% from 255) = 32.88%
R=29.96%
G=37.16%
B=32.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541911690.1900.120.25144.3222.4267.65
Hex9ABFA9130C19901644
Octal232277251230143122026104
Binary10011010101111111010100110011011001100110010000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ABFA9;
 }
 .AnyTagClassName
 {
   color: #9ABFA9;
 }
</style>
background-color css

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

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

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

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

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

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