#95F289

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

Shades of Light Green #95F289

Tints of Light Green #95F289

Color information

#95F289 (or 0x95F289) is unknown color: approx Light Green. HEX triplet: 95, F2 and 89. RGB value is (149,242,137). Sum of RGB (Red+Green+Blue) = 149+242+137=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 137 (53.91% from 255 or 25.95% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #95F289 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F289 is #6A0D76. Grayscale: #CACACA. Windows color (decimal): -6950263 or 9040533. OLE color: 9040533.

HSL color Cylindrical-coordinate representation of color #95F289: hue angle of 113.14º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95F289 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB149242137-
CMYK0.3800.430.05
HSL113.14º80.15%74.31%-
HSV(B)113.14º43.39%94.9%-
XYZ48.6671.734.94-
YUV202.2291.1990.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.22%
GREEN value IS 242 (94.92% from 255) = 45.83%
BLUE value IS 137 (53.91% from 255) = 25.95%
R=28.22%
G=45.83%
B=25.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492421370.3800.430.05113.1480.1574.31
Hex95F2892602B571504a
Octal225362211460535161120112
Binary1001010111110010100010011001100101011101111000110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,242,137); }

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

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

 a { background-color: rgb(149,242,137); }

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

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

 span { border-color: rgb(149,242,137); }

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