#92E295

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

Shades of Light Green #92E295

Tints of Light Green #92E295

Color information

#92E295 (or 0x92E295) is unknown color: approx Light Green. HEX triplet: 92, E2 and 95. RGB value is (146,226,149). Sum of RGB (Red+Green+Blue) = 146+226+149=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #92E295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92E295 is #6D1D6A. Grayscale: #C1C1C1. Windows color (decimal): -7150955 or 9822866. OLE color: 9822866.

HSL color Cylindrical-coordinate representation of color #92E295: hue angle of 122.25º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92E295 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB146226149-
CMYK0.3500.340.11
HSL122.25º57.97%72.94%-
HSV(B)122.25º35.4%88.63%-
XYZ44.4862.6738.19-
YUV193.310394.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.02%
GREEN value IS 226 (88.67% from 255) = 43.38%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=28.02%
G=43.38%
B=28.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1462261490.3500.340.11122.2557.9772.94
Hex92E29523022B7a3a49
Octal222342225430421317272111
Binary1001001011100010100101011000110100010101111110101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,226,149); }

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

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

 a { background-color: rgb(146,226,149); }

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

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

 span { border-color: rgb(146,226,149); }

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