#9AFC8F

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

Shades of Pale Green #9AFC8F

Tints of Pale Green #9AFC8F

Color information

#9AFC8F (or 0x9AFC8F) is unknown color: approx Pale Green. HEX triplet: 9A, FC and 8F. RGB value is (154,252,143). Sum of RGB (Red+Green+Blue) = 154+252+143=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFC8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFC8F is #650370. Grayscale: #D2D2D2. Windows color (decimal): -6620017 or 9436314. OLE color: 9436314.

HSL color Cylindrical-coordinate representation of color #9AFC8F: hue angle of 113.94º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9AFC8F is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB154252143-
CMYK0.3900.430.01
HSL113.94º94.78%77.45%-
HSV(B)113.94º43.25%98.82%-
XYZ53.0978.4738.34-
YUV210.2790.0387.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.05%
GREEN value IS 252 (98.83% from 255) = 45.90%
BLUE value IS 143 (56.25% from 255) = 26.05%
R=28.05%
G=45.90%
B=26.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542521430.3900.430.01113.9494.7877.45
Hex9AFC8F2702B1725f4d
Octal232374217470531162137115
Binary10011010111111001000111110011101010111111001010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,252,143); }

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

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

 a { background-color: rgb(154,252,143); }

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

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

 span { border-color: rgb(154,252,143); }

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