#9AF7AF

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

Shades of Pale Green #9AF7AF

Tints of Pale Green #9AF7AF

Color information

#9AF7AF (or 0x9AF7AF) is unknown color: approx Pale Green. HEX triplet: 9A, F7 and AF. RGB value is (154,247,175). Sum of RGB (Red+Green+Blue) = 154+247+175=576 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.74% from 576); Green value is 247 (96.88% from 255 or 42.88% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 247 - color contains mainly: green. Hex color #9AF7AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF7AF is #650850. Grayscale: #D3D3D3. Windows color (decimal): -6621265 or 11532186. OLE color: 11532186.

HSL color Cylindrical-coordinate representation of color #9AF7AF: hue angle of 133.55º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AF7AF is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB154247175-
CMYK0.3800.290.03
HSL133.55º85.32%78.63%-
HSV(B)133.55º37.65%96.86%-
XYZ54.3376.4952.46-
YUV210.98107.6987.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.74%
GREEN value IS 247 (96.88% from 255) = 42.88%
BLUE value IS 175 (68.75% from 255) = 30.38%
R=26.74%
G=42.88%
B=30.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1542471750.3800.290.03133.5585.3278.63
Hex9AF7AF2601D386554f
Octal232367257460353206125117
Binary100110101111011110101111100110011101111000011010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,247,175); }

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

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

 a { background-color: rgb(154,247,175); }

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

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

 span { border-color: rgb(154,247,175); }

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