#A5FBA0

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

Shades of Pale Green #A5FBA0

Tints of Pale Green #A5FBA0

Color information

#A5FBA0 (or 0xA5FBA0) is unknown color: approx Pale Green. HEX triplet: A5, FB and A0. RGB value is (165,251,160). Sum of RGB (Red+Green+Blue) = 165+251+160=576 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.65% from 576); Green value is 251 (98.44% from 255 or 43.58% from 576); Blue value is 160 (62.89% from 255 or 27.78% from 576); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FBA0 is #5A045F. Grayscale: #D7D7D7. Windows color (decimal): -5899360 or 10550181. OLE color: 10550181.

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

Color convert

RGB165251160-
CMYK0.3400.360.02
HSL116.7º91.92%80.59%-
HSV(B)116.7º36.25%98.43%-
XYZ56.3679.5345.64-
YUV214.9197.0192.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.65%
GREEN value IS 251 (98.44% from 255) = 43.58%
BLUE value IS 160 (62.89% from 255) = 27.78%
R=28.65%
G=43.58%
B=27.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652511600.3400.360.02116.791.9280.59
HexA5FBA0220242755c51
Octal245373240420442165134121
Binary101001011111101110100000100010010010010111010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FBA0; }

 p { color: rgb(165,251,160); }

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

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

 a { background-color: rgb(165,251,160); }

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

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

 span { border-color: rgb(165,251,160); }

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