#9AFA9F

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

Shades of Pale Green #9AFA9F

Tints of Pale Green #9AFA9F

Color information

#9AFA9F (or 0x9AFA9F) is unknown color: approx Pale Green. HEX triplet: 9A, FA and 9F. RGB value is (154,250,159). Sum of RGB (Red+Green+Blue) = 154+250+159=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 159 (62.5% from 255 or 28.24% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFA9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFA9F is #650560. Grayscale: #D3D3D3. Windows color (decimal): -6620513 or 10484378. OLE color: 10484378.

HSL color Cylindrical-coordinate representation of color #9AFA9F: hue angle of 123.12º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AFA9F is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB154250159-
CMYK0.3800.360.02
HSL123.12º90.57%79.22%-
HSV(B)123.12º38.4%98.04%-
XYZ53.7777.7444.97-
YUV210.9298.787.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.35%
GREEN value IS 250 (98.05% from 255) = 44.40%
BLUE value IS 159 (62.5% from 255) = 28.24%
R=27.35%
G=44.40%
B=28.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542501590.3800.360.02123.1290.5779.22
Hex9AFA9F2602427b5b4f
Octal232372237460442173133117
Binary100110101111101010011111100110010010010111101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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