#A5F993

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

Shades of Pale Green #A5F993

Tints of Pale Green #A5F993

Color information

#A5F993 (or 0xA5F993) is unknown color: approx Pale Green. HEX triplet: A5, F9 and 93. RGB value is (165,249,147). Sum of RGB (Red+Green+Blue) = 165+249+147=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F993 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F993 is #5A066C. Grayscale: #D4D4D4. Windows color (decimal): -5899885 or 9697701. OLE color: 9697701.

HSL color Cylindrical-coordinate representation of color #A5F993: hue angle of 109.41º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5F993 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB165249147-
CMYK0.3400.410.02
HSL109.41º89.47%77.65%-
HSV(B)109.41º40.96%97.65%-
XYZ54.6677.8639.75-
YUV212.2691.1794.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.41%
GREEN value IS 249 (97.66% from 255) = 44.39%
BLUE value IS 147 (57.81% from 255) = 26.20%
R=29.41%
G=44.39%
B=26.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652491470.3400.410.02109.4189.4777.65
HexA5F9932202926d594e
Octal245371223420512155131116
Binary101001011111100110010011100010010100110110110110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F993; }

 p { color: rgb(165,249,147); }

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

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

 a { background-color: rgb(165,249,147); }

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

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

 span { border-color: rgb(165,249,147); }

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