#92EB9F

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

Shades of Light Green #92EB9F

Tints of Light Green #92EB9F

Color information

#92EB9F (or 0x92EB9F) is unknown color: approx Light Green. HEX triplet: 92, EB and 9F. RGB value is (146,235,159). Sum of RGB (Red+Green+Blue) = 146+235+159=540 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.04% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #92EB9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92EB9F is #6D1460. Grayscale: #C7C7C7. Windows color (decimal): -7148641 or 10480530. OLE color: 10480530.

HSL color Cylindrical-coordinate representation of color #92EB9F: hue angle of 128.76º 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 #92EB9F is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB146235159-
CMYK0.3800.320.08
HSL128.76º68.99%74.71%-
HSV(B)128.76º37.87%92.16%-
XYZ47.8268.0343.41-
YUV199.72105.0189.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.04%
GREEN value IS 235 (92.19% from 255) = 43.52%
BLUE value IS 159 (62.5% from 255) = 29.44%
R=27.04%
G=43.52%
B=29.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1462351590.3800.320.08128.7668.9974.71
Hex92EB9F26020881454b
Octal2223532374604010201105113
Binary100100101110101110011111100110010000010001000000110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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