#95F192

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

Shades of Light Green #95F192

Tints of Light Green #95F192

Color information

#95F192 (or 0x95F192) is unknown color: approx Light Green. HEX triplet: 95, F1 and 92. RGB value is (149,241,146). Sum of RGB (Red+Green+Blue) = 149+241+146=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #95F192 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F192 is #6A0E6D. Grayscale: #CACACA. Windows color (decimal): -6950510 or 9630101. OLE color: 9630101.

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

Color convert

RGB149241146-
CMYK0.3800.390.05
HSL118.11º77.24%75.88%-
HSV(B)118.11º39.42%94.51%-
XYZ49.0471.3838.39-
YUV202.6696.0289.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.80%
GREEN value IS 241 (94.53% from 255) = 44.96%
BLUE value IS 146 (57.42% from 255) = 27.24%
R=27.80%
G=44.96%
B=27.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492411460.3800.390.05118.1177.2475.88
Hex95F192260275764d4c
Octal225361222460475166115114
Binary1001010111110001100100101001100100111101111011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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