#99AFA0

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

Shades of Summer Green #99AFA0

Tints of Summer Green #99AFA0

Color information

#99AFA0 (or 0x99AFA0) is unknown color: approx Summer Green. HEX triplet: 99, AF and A0. RGB value is (153,175,160). Sum of RGB (Red+Green+Blue) = 153+175+160=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #99AFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AFA0 is #66505F. Grayscale: #A6A6A6. Windows color (decimal): -6705248 or 10530713. OLE color: 10530713.

HSL color Cylindrical-coordinate representation of color #99AFA0: hue angle of 139.09º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99AFA0 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB153175160-
CMYK0.1300.090.31
HSL139.09º12.09%64.31%-
HSV(B)139.09º12.57%68.63%-
XYZ34.8139.9739.14-
YUV166.71124.21118.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.35%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 160 (62.89% from 255) = 32.79%
R=31.35%
G=35.86%
B=32.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531751600.1300.090.31139.0912.0964.31
Hex99AFA0D091F8bc40
Octal231257240150113721314100
Binary100110011010111110100000110101001111111000101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AFA0; }

 p { color: rgb(153,175,160); }

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

<style>
 a { background-color: #99AFA0; }

 a { background-color: rgb(153,175,160); }

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

<style>
 span { border-color: #99AFA0; }

 span { border-color: rgb(153,175,160); }

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