#A5F693

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

Shades of Pale Green #A5F693

Tints of Pale Green #A5F693

Color information

#A5F693 (or 0xA5F693) is unknown color: approx Pale Green. HEX triplet: A5, F6 and 93. RGB value is (165,246,147). Sum of RGB (Red+Green+Blue) = 165+246+147=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F693 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F693 is #5A096C. Grayscale: #D2D2D2. Windows color (decimal): -5900653 or 9696933. OLE color: 9696933.

HSL color Cylindrical-coordinate representation of color #A5F693: hue angle of 109.09º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5F693 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB165246147-
CMYK0.3300.400.04
HSL109.09º84.62%77.06%-
HSV(B)109.09º40.24%96.47%-
XYZ53.7476.0239.44-
YUV210.592.1695.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.57%
GREEN value IS 246 (96.48% from 255) = 44.09%
BLUE value IS 147 (57.81% from 255) = 26.34%
R=29.57%
G=44.09%
B=26.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1652461470.3300.400.04109.0984.6277.06
HexA5F6932102846d554d
Octal245366223410504155125115
Binary1010010111110110100100111000010101000100110110110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F693; }

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

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

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

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

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

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

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

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