#8AFB92

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

Shades of Light Green #8AFB92

Tints of Light Green #8AFB92

Color information

#8AFB92 (or 0x8AFB92) is unknown color: approx Light Green. HEX triplet: 8A, FB and 92. RGB value is (138,251,146). Sum of RGB (Red+Green+Blue) = 138+251+146=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFB92 is #75046D. Grayscale: #CDCDCD. Windows color (decimal): -7668846 or 9632650. OLE color: 9632650.

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

Color convert

RGB138251146-
CMYK0.4500.420.02
HSL124.25º93.39%76.27%-
HSV(B)124.25º45.02%98.43%-
XYZ50.1776.4739.31-
YUV205.2494.5680.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.79%
GREEN value IS 251 (98.44% from 255) = 46.92%
BLUE value IS 146 (57.42% from 255) = 27.29%
R=25.79%
G=46.92%
B=27.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382511460.4500.420.02124.2593.3976.27
Hex8AFB922D02A27c5d4c
Octal212373222550522174135114
Binary100010101111101110010010101101010101010111110010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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