#8af8ae

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

Shades of Pale Green #8AF8AE

Tints of Pale Green #8AF8AE

Color information

#8AF8AE (or 0x8AF8AE) is unknown color: approx Pale Green. HEX triplet: 8A, F8 and AE. RGB value is (138,248,174). Sum of RGB (Red+Green+Blue) = 138+248+174=560 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.64% from 560); Green value is 248 (97.27% from 255 or 44.29% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF8AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF8AE is #750751. Grayscale: #CECECE. Windows color (decimal): -7669586 or 11466890. OLE color: 11466890.

HSL color Cylindrical-coordinate representation of color #8AF8AE: hue angle of 139.64º 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 #8AF8AE is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB138248174-
CMYK0.4400.300.03
HSL139.64º88.71%75.69%-
HSV(B)139.64º44.35%97.25%-
XYZ51.6975.5951.91-
YUV206.67109.5679.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.64%
GREEN value IS 248 (97.27% from 255) = 44.29%
BLUE value IS 174 (68.36% from 255) = 31.07%
R=24.64%
G=44.29%
B=31.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1382481740.4400.300.03139.6488.7175.69
Hex8AF8AE2C01E38c594c
Octal212370256540363214131114
Binary100010101111100010101110101100011110111000110010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8af8ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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