#A5F795

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

Shades of Pale Green #A5F795

Tints of Pale Green #A5F795

Color information

#A5F795 (or 0xA5F795) is unknown color: approx Pale Green. HEX triplet: A5, F7 and 95. RGB value is (165,247,149). Sum of RGB (Red+Green+Blue) = 165+247+149=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F795 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F795 is #5A086A. Grayscale: #D3D3D3. Windows color (decimal): -5900395 or 9828261. OLE color: 9828261.

HSL color Cylindrical-coordinate representation of color #A5F795: hue angle of 110.2º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5F795 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB165247149-
CMYK0.3300.400.03
HSL110.2º85.96%77.65%-
HSV(B)110.2º39.68%96.86%-
XYZ54.276.6940.38-
YUV211.3192.8394.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.41%
GREEN value IS 247 (96.88% from 255) = 44.03%
BLUE value IS 149 (58.59% from 255) = 26.56%
R=29.41%
G=44.03%
B=26.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652471490.3300.400.03110.285.9677.65
HexA5F7952102836e564e
Octal245367225410503156126116
Binary101001011111011110010101100001010100011110111010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F795; }

 p { color: rgb(165,247,149); }

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

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

 a { background-color: rgb(165,247,149); }

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

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

 span { border-color: rgb(165,247,149); }

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