#95F186

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

Shades of Light Green #95F186

Tints of Light Green #95F186

Color information

#95F186 (or 0x95F186) is unknown color: approx Light Green. HEX triplet: 95, F1 and 86. RGB value is (149,241,134). Sum of RGB (Red+Green+Blue) = 149+241+134=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #95F186 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F186 is #6A0E79. Grayscale: #C9C9C9. Windows color (decimal): -6950522 or 8843669. OLE color: 8843669.

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

Color convert

RGB149241134-
CMYK0.3800.440.05
HSL111.59º79.26%73.53%-
HSV(B)111.59º44.4%94.51%-
XYZ48.1571.0233.72-
YUV201.2990.0290.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.44%
GREEN value IS 241 (94.53% from 255) = 45.99%
BLUE value IS 134 (52.73% from 255) = 25.57%
R=28.44%
G=45.99%
B=25.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492411340.3800.440.05111.5979.2673.53
Hex95F1862602C5704f4a
Octal225361206460545160117112
Binary1001010111110001100001101001100101100101111000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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