#8AF18D

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

Shades of Light Green #8AF18D

Tints of Light Green #8AF18D

Color information

#8AF18D (or 0x8AF18D) is unknown color: approx Light Green. HEX triplet: 8A, F1 and 8D. RGB value is (138,241,141). Sum of RGB (Red+Green+Blue) = 138+241+141=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF18D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF18D is #750E72. Grayscale: #C7C7C7. Windows color (decimal): -7671411 or 9302410. OLE color: 9302410.

HSL color Cylindrical-coordinate representation of color #8AF18D: hue angle of 121.75º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF18D is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB138241141-
CMYK0.4300.410.05
HSL121.75º78.63%74.31%-
HSV(B)121.75º42.74%94.51%-
XYZ46.7470.2436.29-
YUV198.895.3884.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.54%
GREEN value IS 241 (94.53% from 255) = 46.35%
BLUE value IS 141 (55.47% from 255) = 27.12%
R=26.54%
G=46.35%
B=27.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382411410.4300.410.05121.7578.6374.31
Hex8AF18D2B02957a4f4a
Octal212361215530515172117112
Binary1000101011110001100011011010110101001101111101010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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