#95EC92

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

Shades of Light Green #95EC92

Tints of Light Green #95EC92

Color information

#95EC92 (or 0x95EC92) is unknown color: approx Light Green. HEX triplet: 95, EC and 92. RGB value is (149,236,146). Sum of RGB (Red+Green+Blue) = 149+236+146=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EC92 is #6A136D. Grayscale: #C7C7C7. Windows color (decimal): -6951790 or 9628821. OLE color: 9628821.

HSL color Cylindrical-coordinate representation of color #95EC92: hue angle of 118º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EC92 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB149236146-
CMYK0.3700.380.07
HSL118º70.31%74.9%-
HSV(B)118º38.14%92.55%-
XYZ47.5868.4637.9-
YUV199.7397.6891.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.06%
GREEN value IS 236 (92.58% from 255) = 44.44%
BLUE value IS 146 (57.42% from 255) = 27.50%
R=28.06%
G=44.44%
B=27.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492361460.3700.380.0711870.3174.9
Hex95EC9225026776464b
Octal225354222450467166106113
Binary1001010111101100100100101001010100110111111011010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95EC92; }

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

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

<style>
 a { background-color: #95EC92; }

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

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

<style>
 span { border-color: #95EC92; }

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

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