#92EC86

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

Shades of Light Green #92EC86

Tints of Light Green #92EC86

Color information

#92EC86 (or 0x92EC86) is unknown color: approx Light Green. HEX triplet: 92, EC and 86. RGB value is (146,236,134). Sum of RGB (Red+Green+Blue) = 146+236+134=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #92EC86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92EC86 is #6D1379. Grayscale: #C5C5C5. Windows color (decimal): -7148410 or 8842386. OLE color: 8842386.

HSL color Cylindrical-coordinate representation of color #92EC86: hue angle of 112.94º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92EC86 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB146236134-
CMYK0.3800.430.07
HSL112.94º72.86%72.55%-
HSV(B)112.94º43.22%92.55%-
XYZ46.1567.8233.21-
YUV197.4692.1891.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.29%
GREEN value IS 236 (92.58% from 255) = 45.74%
BLUE value IS 134 (52.73% from 255) = 25.97%
R=28.29%
G=45.74%
B=25.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462361340.3800.430.07112.9472.8672.55
Hex92EC862602B7714949
Octal222354206460537161111111
Binary1001001011101100100001101001100101011111111000110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92EC86; }

 p { color: rgb(146,236,134); }

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

<style>
 a { background-color: #92EC86; }

 a { background-color: rgb(146,236,134); }

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

<style>
 span { border-color: #92EC86; }

 span { border-color: rgb(146,236,134); }

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