#93f8af

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

Shades of Pale Green #93F8AF

Tints of Pale Green #93F8AF

Color information

#93F8AF (or 0x93F8AF) is unknown color: approx Pale Green. HEX triplet: 93, F8 and AF. RGB value is (147,248,175). Sum of RGB (Red+Green+Blue) = 147+248+175=570 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.79% from 570); Green value is 248 (97.27% from 255 or 43.51% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 248 - color contains mainly: green. Hex color #93F8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F8AF is #6C0750. Grayscale: #D1D1D1. Windows color (decimal): -7079761 or 11532435. OLE color: 11532435.

HSL color Cylindrical-coordinate representation of color #93F8AF: hue angle of 136.63º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93F8AF is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB147248175-
CMYK0.4100.290.03
HSL136.63º87.83%77.45%-
HSV(B)136.63º40.73%97.25%-
XYZ53.3476.4352.5-
YUV209.48108.5483.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.79%
GREEN value IS 248 (97.27% from 255) = 43.51%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=25.79%
G=43.51%
B=30.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1472481750.4100.290.03136.6387.8377.45
Hex93F8AF2901D389584d
Octal223370257510353211130115
Binary100100111111100010101111101001011101111000100110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93f8af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93f8af; }

 p { color: rgb(147,248,175); }

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

<style>
 a { background-color: #93f8af; }

 a { background-color: rgb(147,248,175); }

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

<style>
 span { border-color: #93f8af; }

 span { border-color: rgb(147,248,175); }

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