#8AFAA5

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

Shades of Pale Green #8AFAA5

Tints of Pale Green #8AFAA5

Color information

#8AFAA5 (or 0x8AFAA5) is unknown color: approx Pale Green. HEX triplet: 8A, FA and A5. RGB value is (138,250,165). Sum of RGB (Red+Green+Blue) = 138+250+165=553 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.95% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFAA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFAA5 is #75055A. Grayscale: #CFCFCF. Windows color (decimal): -7669083 or 10877578. OLE color: 10877578.

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

Color convert

RGB138250165-
CMYK0.4500.340.02
HSL134.46º91.8%76.08%-
HSV(B)134.46º44.8%98.04%-
XYZ51.4676.4947.65-
YUV206.82104.3978.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.95%
GREEN value IS 250 (98.05% from 255) = 45.21%
BLUE value IS 165 (64.84% from 255) = 29.84%
R=24.95%
G=45.21%
B=29.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382501650.4500.340.02134.4691.876.08
Hex8AFAA52D0222865c4c
Octal212372245550422206134114
Binary1000101011111010101001011011010100010101000011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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