#8AFC93

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

Shades of Pale Green #8AFC93

Tints of Pale Green #8AFC93

Color information

#8AFC93 (or 0x8AFC93) is unknown color: approx Pale Green. HEX triplet: 8A, FC and 93. RGB value is (138,252,147). Sum of RGB (Red+Green+Blue) = 138+252+147=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFC93 is #75036C. Grayscale: #CECECE. Windows color (decimal): -7668589 or 9698442. OLE color: 9698442.

HSL color Cylindrical-coordinate representation of color #8AFC93: hue angle of 124.74º 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 #8AFC93 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB138252147-
CMYK0.4500.420.01
HSL124.74º95%76.47%-
HSV(B)124.74º45.24%98.82%-
XYZ50.5677.1339.83-
YUV205.9494.7379.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.70%
GREEN value IS 252 (98.83% from 255) = 46.93%
BLUE value IS 147 (57.81% from 255) = 27.37%
R=25.70%
G=46.93%
B=27.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382521470.4500.420.01124.749576.47
Hex8AFC932D02A17d5f4c
Octal212374223550521175137114
Binary10001010111111001001001110110101010101111110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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