#8AFB9D

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

Shades of Pale Green #8AFB9D

Tints of Pale Green #8AFB9D

Color information

#8AFB9D (or 0x8AFB9D) is unknown color: approx Pale Green. HEX triplet: 8A, FB and 9D. RGB value is (138,251,157). Sum of RGB (Red+Green+Blue) = 138+251+157=546 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.27% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFB9D is #750462. Grayscale: #CECECE. Windows color (decimal): -7668835 or 10353546. OLE color: 10353546.

HSL color Cylindrical-coordinate representation of color #8AFB9D: hue angle of 130.09º degrees, saturation: 0.93, 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 #8AFB9D is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB138251157-
CMYK0.4500.370.02
HSL130.09º93.39%76.27%-
HSV(B)130.09º45.02%98.43%-
XYZ51.0676.8344.04-
YUV206.5100.0679.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.27%
GREEN value IS 251 (98.44% from 255) = 45.97%
BLUE value IS 157 (61.72% from 255) = 28.75%
R=25.27%
G=45.97%
B=28.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382511570.4500.370.02130.0993.3976.27
Hex8AFB9D2D0252825d4c
Octal212373235550452202135114
Binary1000101011111011100111011011010100101101000001010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,251,157); }

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

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

 a { background-color: rgb(138,251,157); }

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

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

 span { border-color: rgb(138,251,157); }

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