#9AFA9D

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

Shades of Pale Green #9AFA9D

Tints of Pale Green #9AFA9D

Color information

#9AFA9D (or 0x9AFA9D) is unknown color: approx Pale Green. HEX triplet: 9A, FA and 9D. RGB value is (154,250,157). Sum of RGB (Red+Green+Blue) = 154+250+157=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFA9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFA9D is #650562. Grayscale: #D2D2D2. Windows color (decimal): -6620515 or 10353306. OLE color: 10353306.

HSL color Cylindrical-coordinate representation of color #9AFA9D: hue angle of 121.88º 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 #9AFA9D is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB154250157-
CMYK0.3800.370.02
HSL121.88º90.57%79.22%-
HSV(B)121.88º38.4%98.04%-
XYZ53.677.6844.07-
YUV210.6997.787.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.45%
GREEN value IS 250 (98.05% from 255) = 44.56%
BLUE value IS 157 (61.72% from 255) = 27.99%
R=27.45%
G=44.56%
B=27.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542501570.3800.370.02121.8890.5779.22
Hex9AFA9D2602527a5b4f
Octal232372235460452172133117
Binary100110101111101010011101100110010010110111101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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