#8AF5A1

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

Shades of Pale Green #8AF5A1

Tints of Pale Green #8AF5A1

Color information

#8AF5A1 (or 0x8AF5A1) is unknown color: approx Pale Green. HEX triplet: 8A, F5 and A1. RGB value is (138,245,161). Sum of RGB (Red+Green+Blue) = 138+245+161=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF5A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF5A1 is #750A5E. Grayscale: #CBCBCB. Windows color (decimal): -7670367 or 10614154. OLE color: 10614154.

HSL color Cylindrical-coordinate representation of color #8AF5A1: hue angle of 132.9º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF5A1 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB138245161-
CMYK0.4400.340.04
HSL132.9º84.25%75.1%-
HSV(B)132.9º43.67%96.08%-
XYZ49.5773.2845.25-
YUV203.43104.0581.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.37%
GREEN value IS 245 (96.09% from 255) = 45.04%
BLUE value IS 161 (63.28% from 255) = 29.60%
R=25.37%
G=45.04%
B=29.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1382451610.4400.340.04132.984.2575.1
Hex8AF5A12C022485544b
Octal212365241540424205124113
Binary10001010111101011010000110110001000101001000010110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AF5A1; }

 p { color: rgb(138,245,161); }

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

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

 a { background-color: rgb(138,245,161); }

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

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

 span { border-color: rgb(138,245,161); }

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