#95E198

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

Shades of Light Green #95E198

Tints of Light Green #95E198

Color information

#95E198 (or 0x95E198) is unknown color: approx Light Green. HEX triplet: 95, E1 and 98. RGB value is (149,225,152). Sum of RGB (Red+Green+Blue) = 149+225+152=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #95E198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E198 is #6A1E67. Grayscale: #C2C2C2. Windows color (decimal): -6954600 or 10019221. OLE color: 10019221.

HSL color Cylindrical-coordinate representation of color #95E198: hue angle of 122.37º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E198 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB149225152-
CMYK0.3400.320.12
HSL122.37º55.88%73.33%-
HSV(B)122.37º33.78%88.24%-
XYZ44.9962.5139.4-
YUV193.95104.3295.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.33%
GREEN value IS 225 (88.28% from 255) = 42.78%
BLUE value IS 152 (59.77% from 255) = 28.90%
R=28.33%
G=42.78%
B=28.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492251520.3400.320.12122.3755.8873.33
Hex95E19822020C7a3849
Octal225341230420401417270111
Binary1001010111100001100110001000100100000110011110101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,225,152); }

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

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

 a { background-color: rgb(149,225,152); }

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

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

 span { border-color: rgb(149,225,152); }

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