#9ABF9F

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

Shades of Summer Green #9ABF9F

Tints of Summer Green #9ABF9F

Color information

#9ABF9F (or 0x9ABF9F) is unknown color: approx Summer Green. HEX triplet: 9A, BF and 9F. RGB value is (154,191,159). Sum of RGB (Red+Green+Blue) = 154+191+159=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABF9F is #654060. Grayscale: #B0B0B0. Windows color (decimal): -6635617 or 10469274. OLE color: 10469274.

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

Color convert

RGB154191159-
CMYK0.1900.170.25
HSL128.11º22.42%67.65%-
HSV(B)128.11º19.37%74.9%-
XYZ38.2246.6339.79-
YUV176.29118.24112.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.56%
GREEN value IS 191 (75% from 255) = 37.90%
BLUE value IS 159 (62.5% from 255) = 31.55%
R=30.56%
G=37.90%
B=31.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541911590.1900.170.25128.1122.4267.65
Hex9ABF9F1301119801644
Octal232277237230213120026104
Binary100110101011111110011111100110100011100110000000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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