#95E990

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

Shades of Light Green #95E990

Tints of Light Green #95E990

Color information

#95E990 (or 0x95E990) is unknown color: approx Light Green. HEX triplet: 95, E9 and 90. RGB value is (149,233,144). Sum of RGB (Red+Green+Blue) = 149+233+144=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 233 - color contains mainly: green. Hex color #95E990 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E990 is #6A166F. Grayscale: #C6C6C6. Windows color (decimal): -6952560 or 9496981. OLE color: 9496981.

HSL color Cylindrical-coordinate representation of color #95E990: hue angle of 116.63º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95E990 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB149233144-
CMYK0.3600.380.09
HSL116.63º66.92%73.92%-
HSV(B)116.63º38.2%91.37%-
XYZ46.5766.6836.8-
YUV197.7497.6793.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.33%
GREEN value IS 233 (91.41% from 255) = 44.30%
BLUE value IS 144 (56.64% from 255) = 27.38%
R=28.33%
G=44.30%
B=27.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492331440.3600.380.09116.6366.9273.92
Hex95E99024026975434a
Octal2253512204404611165103112
Binary10010101111010011001000010010001001101001111010110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,233,144); }

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

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

 a { background-color: rgb(149,233,144); }

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

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

 span { border-color: rgb(149,233,144); }

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