#8AFC9A

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

Shades of Pale Green #8AFC9A

Tints of Pale Green #8AFC9A

Color information

#8AFC9A (or 0x8AFC9A) is unknown color: approx Pale Green. HEX triplet: 8A, FC and 9A. RGB value is (138,252,154). Sum of RGB (Red+Green+Blue) = 138+252+154=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFC9A is #750365. Grayscale: #CFCFCF. Windows color (decimal): -7668582 or 10157194. OLE color: 10157194.

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

Color convert

RGB138252154-
CMYK0.4500.390.01
HSL128.42º95%76.47%-
HSV(B)128.42º45.24%98.82%-
XYZ51.1277.3642.81-
YUV206.7498.2378.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.37%
GREEN value IS 252 (98.83% from 255) = 46.32%
BLUE value IS 154 (60.55% from 255) = 28.31%
R=25.37%
G=46.32%
B=28.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382521540.4500.390.01128.429576.47
Hex8AFC9A2D0271805f4c
Octal212374232550471200137114
Binary100010101111110010011010101101010011111000000010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AFC9A; }

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

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

<style>
 a { background-color: #8AFC9A; }

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

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

<style>
 span { border-color: #8AFC9A; }

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

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