#A5F396

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

Shades of Pale Green #A5F396

Tints of Pale Green #A5F396

Color information

#A5F396 (or 0xA5F396) is unknown color: approx Pale Green. HEX triplet: A5, F3 and 96. RGB value is (165,243,150). Sum of RGB (Red+Green+Blue) = 165+243+150=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F396 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F396 is #5A0C69. Grayscale: #D1D1D1. Windows color (decimal): -5901418 or 9892773. OLE color: 9892773.

HSL color Cylindrical-coordinate representation of color #A5F396: hue angle of 110.32º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5F396 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB165243150-
CMYK0.3200.380.05
HSL110.32º79.49%77.06%-
HSV(B)110.32º38.27%95.29%-
XYZ53.0774.340.4-
YUV209.0894.6696.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.57%
GREEN value IS 243 (95.31% from 255) = 43.55%
BLUE value IS 150 (58.98% from 255) = 26.88%
R=29.57%
G=43.55%
B=26.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652431500.3200.380.05110.3279.4977.06
HexA5F3962002656e4f4d
Octal245363226400465156117115
Binary1010010111110011100101101000000100110101110111010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F396; }

 p { color: rgb(165,243,150); }

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

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

 a { background-color: rgb(165,243,150); }

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

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

 span { border-color: rgb(165,243,150); }

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