#95E150

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

Shades of Atlantis #95E150

Tints of Atlantis #95E150

Color information

#95E150 (or 0x95E150) is unknown color: approx Atlantis. HEX triplet: 95, E1 and 50. RGB value is (149,225,80). Sum of RGB (Red+Green+Blue) = 149+225+80=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #95E150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E150 is #6A1EAF. Grayscale: #BABABA. Windows color (decimal): -6954672 or 5300629. OLE color: 5300629.

HSL color Cylindrical-coordinate representation of color #95E150: hue angle of 91.45º 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 #95E150 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB14922580-
CMYK0.3400.640.12
HSL91.45º70.73%59.8%-
HSV(B)91.45º64.44%88.24%-
XYZ40.7760.8217.18-
YUV185.7568.32101.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.82%
GREEN value IS 225 (88.28% from 255) = 49.56%
BLUE value IS 80 (31.64% from 255) = 17.62%
R=32.82%
G=49.56%
B=17.62%

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
Decimal149225800.3400.640.1291.4570.7359.8
Hex95E15022040C5b473c
Octal2253411204201001413310774
Binary1001010111100001101000010001001000000110010110111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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