#95E151

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

Shades of Atlantis #95E151

Tints of Atlantis #95E151

Color information

#95E151 (or 0x95E151) is unknown color: approx Atlantis. HEX triplet: 95, E1 and 51. RGB value is (149,225,81). Sum of RGB (Red+Green+Blue) = 149+225+81=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 81 (32.03% from 255 or 17.80% from 455); Max value from RGB is 225 - color contains mainly: green. Hex color #95E151 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E151 is #6A1EAE. Grayscale: #BABABA. Windows color (decimal): -6954671 or 5366165. OLE color: 5366165.

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

Color convert

RGB14922581-
CMYK0.3400.640.12
HSL91.67º70.59%60%-
HSV(B)91.67º64%88.24%-
XYZ40.860.8317.38-
YUV185.8668.82101.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.75%
GREEN value IS 225 (88.28% from 255) = 49.45%
BLUE value IS 81 (32.03% from 255) = 17.80%
R=32.75%
G=49.45%
B=17.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal149225810.3400.640.1291.6770.5960
Hex95E15122040C5c473c
Octal2253411214201001413410774
Binary1001010111100001101000110001001000000110010111001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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