#95FA6C

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

Shades of Light Green #95FA6C

Tints of Light Green #95FA6C

Color information

#95FA6C (or 0x95FA6C) is unknown color: approx Light Green. HEX triplet: 95, FA and 6C. RGB value is (149,250,108). Sum of RGB (Red+Green+Blue) = 149+250+108=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #95FA6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95FA6C is #6A0593. Grayscale: #CCCCCC. Windows color (decimal): -6948244 or 7142037. OLE color: 7142037.

HSL color Cylindrical-coordinate representation of color #95FA6C: hue angle of 102.68º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95FA6C is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB149250108-
CMYK0.4000.570.02
HSL102.68º93.42%70.2%-
HSV(B)102.68º56.8%98.04%-
XYZ49.2975.8426.23-
YUV203.6174.0489.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.39%
GREEN value IS 250 (98.05% from 255) = 49.31%
BLUE value IS 108 (42.58% from 255) = 21.30%
R=29.39%
G=49.31%
B=21.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492501080.4000.570.02102.6893.4270.2
Hex95FA6C280392675d46
Octal225372154500712147135106
Binary10010101111110101101100101000011100110110011110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,250,108); }

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

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

 a { background-color: rgb(149,250,108); }

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

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

 span { border-color: rgb(149,250,108); }

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