#95F07A

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

Shades of Light Green #95F07A

Tints of Light Green #95F07A

Color information

#95F07A (or 0x95F07A) is unknown color: approx Light Green. HEX triplet: 95, F0 and 7A. RGB value is (149,240,122). Sum of RGB (Red+Green+Blue) = 149+240+122=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #95F07A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F07A is #6A0F85. Grayscale: #C7C7C7. Windows color (decimal): -6950790 or 8056981. OLE color: 8056981.

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

Color convert

RGB149240122-
CMYK0.3800.490.06
HSL106.27º79.73%70.98%-
HSV(B)106.27º49.17%94.12%-
XYZ47.0770.1129.47-
YUV199.3484.3592.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.16%
GREEN value IS 240 (94.14% from 255) = 46.97%
BLUE value IS 122 (48.05% from 255) = 23.87%
R=29.16%
G=46.97%
B=23.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492401220.3800.490.06106.2779.7370.98
Hex95F07A2603166a5047
Octal225360172460616152120107
Binary100101011111000011110101001100110001110110101010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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