#A5F88A

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

Shades of Pale Green #A5F88A

Tints of Pale Green #A5F88A

Color information

#A5F88A (or 0xA5F88A) is unknown color: approx Pale Green. HEX triplet: A5, F8 and 8A. RGB value is (165,248,138). Sum of RGB (Red+Green+Blue) = 165+248+138=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F88A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F88A is #5A0775. Grayscale: #D3D3D3. Windows color (decimal): -5900150 or 9107621. OLE color: 9107621.

HSL color Cylindrical-coordinate representation of color #A5F88A: hue angle of 105.27º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5F88A is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB165248138-
CMYK0.3300.440.03
HSL105.27º88.71%75.69%-
HSV(B)105.27º44.35%97.25%-
XYZ53.6776.9736.07-
YUV210.648795.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.95%
GREEN value IS 248 (97.27% from 255) = 45.01%
BLUE value IS 138 (54.30% from 255) = 25.05%
R=29.95%
G=45.01%
B=25.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652481380.3300.440.03105.2788.7175.69
HexA5F88A2102C369594c
Octal245370212410543151131114
Binary101001011111100010001010100001010110011110100110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F88A; }

 p { color: rgb(165,248,138); }

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

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

 a { background-color: rgb(165,248,138); }

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

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

 span { border-color: rgb(165,248,138); }

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