#95F086

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

Shades of Light Green #95F086

Tints of Light Green #95F086

Color information

#95F086 (or 0x95F086) is unknown color: approx Light Green. HEX triplet: 95, F0 and 86. RGB value is (149,240,134). Sum of RGB (Red+Green+Blue) = 149+240+134=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #95F086 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F086 is #6A0F79. Grayscale: #C9C9C9. Windows color (decimal): -6950778 or 8843413. OLE color: 8843413.

HSL color Cylindrical-coordinate representation of color #95F086: hue angle of 111.51º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95F086 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB149240134-
CMYK0.3800.440.06
HSL111.51º77.94%73.33%-
HSV(B)111.51º44.17%94.12%-
XYZ47.8670.4333.63-
YUV200.7190.3591.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.49%
GREEN value IS 240 (94.14% from 255) = 45.89%
BLUE value IS 134 (52.73% from 255) = 25.62%
R=28.49%
G=45.89%
B=25.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492401340.3800.440.06111.5177.9473.33
Hex95F0862602C6704e49
Octal225360206460546160116111
Binary1001010111110000100001101001100101100110111000010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,240,134); }

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

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

 a { background-color: rgb(149,240,134); }

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

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

 span { border-color: rgb(149,240,134); }

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