#8AF869

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

Shades of Pastel Green #8AF869

Tints of Pastel Green #8AF869

Color information

#8AF869 (or 0x8AF869) is unknown color: approx Pastel Green. HEX triplet: 8A, F8 and 69. RGB value is (138,248,105). Sum of RGB (Red+Green+Blue) = 138+248+105=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 248 (97.27% from 255 or 50.51% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF869 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF869 is #750796. Grayscale: #C7C7C7. Windows color (decimal): -7669655 or 6944906. OLE color: 6944906.

HSL color Cylindrical-coordinate representation of color #8AF869: hue angle of 106.15º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AF869 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB138248105-
CMYK0.4400.580.03
HSL106.15º91.08%69.22%-
HSV(B)106.15º57.66%97.25%-
XYZ46.673.5625.11-
YUV198.8175.0684.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.11%
GREEN value IS 248 (97.27% from 255) = 50.51%
BLUE value IS 105 (41.41% from 255) = 21.38%
R=28.11%
G=50.51%
B=21.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1382481050.4400.580.03106.1591.0869.22
Hex8AF8692C03A36a5b45
Octal212370151540723152133105
Binary10001010111110001101001101100011101011110101010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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