#8AF161

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

Shades of Pastel Green #8AF161

Tints of Pastel Green #8AF161

Color information

#8AF161 (or 0x8AF161) is unknown color: approx Pastel Green. HEX triplet: 8A, F1 and 61. RGB value is (138,241,97). Sum of RGB (Red+Green+Blue) = 138+241+97=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF161 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF161 is #750E9E. Grayscale: #C2C2C2. Windows color (decimal): -7671455 or 6418826. OLE color: 6418826.

HSL color Cylindrical-coordinate representation of color #8AF161: hue angle of 102.92º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AF161 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB13824197-
CMYK0.4300.600.05
HSL102.92º83.72%66.27%-
HSV(B)102.92º59.75%94.51%-
XYZ44.0969.1822.34-
YUV193.7973.3888.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.99%
GREEN value IS 241 (94.53% from 255) = 50.63%
BLUE value IS 97 (38.28% from 255) = 20.38%
R=28.99%
G=50.63%
B=20.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal138241970.4300.600.05102.9283.7266.27
Hex8AF1612B03C5675442
Octal212361141530745147124102
Binary100010101111000111000011010110111100101110011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,241,97); }

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

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

 a { background-color: rgb(138,241,97); }

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

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

 span { border-color: rgb(138,241,97); }

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