#8AF892

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

Shades of Light Green #8AF892

Tints of Light Green #8AF892

Color information

#8AF892 (or 0x8AF892) is unknown color: approx Light Green. HEX triplet: 8A, F8 and 92. RGB value is (138,248,146). Sum of RGB (Red+Green+Blue) = 138+248+146=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF892 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF892 is #75076D. Grayscale: #CBCBCB. Windows color (decimal): -7669614 or 9631882. OLE color: 9631882.

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

Color convert

RGB138248146-
CMYK0.4400.410.03
HSL124.36º88.71%75.69%-
HSV(B)124.36º44.35%97.25%-
XYZ49.2474.6139-
YUV203.4895.5681.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.94%
GREEN value IS 248 (97.27% from 255) = 46.62%
BLUE value IS 146 (57.42% from 255) = 27.44%
R=25.94%
G=46.62%
B=27.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1382481460.4400.410.03124.3688.7175.69
Hex8AF8922C02937c594c
Octal212370222540513174131114
Binary100010101111100010010010101100010100111111110010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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