#92EB96

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

Shades of Light Green #92EB96

Tints of Light Green #92EB96

Color information

#92EB96 (or 0x92EB96) is unknown color: approx Light Green. HEX triplet: 92, EB and 96. RGB value is (146,235,150). Sum of RGB (Red+Green+Blue) = 146+235+150=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #92EB96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92EB96 is #6D1469. Grayscale: #C6C6C6. Windows color (decimal): -7148650 or 9890706. OLE color: 9890706.

HSL color Cylindrical-coordinate representation of color #92EB96: hue angle of 122.7º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92EB96 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB146235150-
CMYK0.3800.360.08
HSL122.7º68.99%74.71%-
HSV(B)122.7º37.87%92.16%-
XYZ47.0767.7339.45-
YUV198.7100.5190.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.50%
GREEN value IS 235 (92.19% from 255) = 44.26%
BLUE value IS 150 (58.98% from 255) = 28.25%
R=27.50%
G=44.26%
B=28.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1462351500.3800.360.08122.768.9974.71
Hex92EB962602487b454b
Octal2223532264604410173105113
Binary10010010111010111001011010011001001001000111101110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,235,150); }

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

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

 a { background-color: rgb(146,235,150); }

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

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

 span { border-color: rgb(146,235,150); }

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