#8AFB6E

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

Shades of Pastel Green #8AFB6E

Tints of Pastel Green #8AFB6E

Color information

#8AFB6E (or 0x8AFB6E) is unknown color: approx Pastel Green. HEX triplet: 8A, FB and 6E. RGB value is (138,251,110). Sum of RGB (Red+Green+Blue) = 138+251+110=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFB6E is #750491. Grayscale: #C9C9C9. Windows color (decimal): -7668882 or 7273354. OLE color: 7273354.

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

Color convert

RGB138251110-
CMYK0.4500.560.02
HSL108.09º94.63%70.78%-
HSV(B)108.09º56.18%98.43%-
XYZ47.7975.5226.81-
YUV201.1476.5682.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.66%
GREEN value IS 251 (98.44% from 255) = 50.30%
BLUE value IS 110 (43.36% from 255) = 22.04%
R=27.66%
G=50.30%
B=22.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382511100.4500.560.02108.0994.6370.78
Hex8AFB6E2D03826c5f47
Octal212373156550702154137107
Binary10001010111110111101110101101011100010110110010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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