#9AF5AE

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

Shades of Pale Green #9AF5AE

Tints of Pale Green #9AF5AE

Color information

#9AF5AE (or 0x9AF5AE) is unknown color: approx Pale Green. HEX triplet: 9A, F5 and AE. RGB value is (154,245,174). Sum of RGB (Red+Green+Blue) = 154+245+174=573 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.88% from 573); Green value is 245 (96.09% from 255 or 42.76% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 245 - color contains mainly: green. Hex color #9AF5AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF5AE is #650A51. Grayscale: #D1D1D1. Windows color (decimal): -6621778 or 11466138. OLE color: 11466138.

HSL color Cylindrical-coordinate representation of color #9AF5AE: hue angle of 133.19º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AF5AE is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB154245174-
CMYK0.3700.290.04
HSL133.19º81.98%78.24%-
HSV(B)133.19º37.14%96.08%-
XYZ53.6275.2351.74-
YUV209.7107.8588.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.88%
GREEN value IS 245 (96.09% from 255) = 42.76%
BLUE value IS 174 (68.36% from 255) = 30.37%
R=26.88%
G=42.76%
B=30.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1542451740.3700.290.04133.1981.9878.24
Hex9AF5AE2501D485524e
Octal232365256450354205122116
Binary1001101011110101101011101001010111011001000010110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,245,174); }

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

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

 a { background-color: rgb(154,245,174); }

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

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

 span { border-color: rgb(154,245,174); }

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