#95E54C

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

Shades of Atlantis #95E54C

Tints of Atlantis #95E54C

Color information

#95E54C (or 0x95E54C) is unknown color: approx Atlantis. HEX triplet: 95, E5 and 4C. RGB value is (149,229,76). Sum of RGB (Red+Green+Blue) = 149+229+76=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 229 (89.84% from 255 or 50.44% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 229 - color contains mainly: green. Hex color #95E54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95E54C is #6A1AB3. Grayscale: #BCBCBC. Windows color (decimal): -6953652 or 5039509. OLE color: 5039509.

HSL color Cylindrical-coordinate representation of color #95E54C: hue angle of 91.37º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95E54C is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB14922976-
CMYK0.3500.670.10
HSL91.37º74.63%59.8%-
HSV(B)91.37º66.81%89.8%-
XYZ41.7262.9516.79-
YUV187.6465100.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.82%
GREEN value IS 229 (89.84% from 255) = 50.44%
BLUE value IS 76 (30.08% from 255) = 16.74%
R=32.82%
G=50.44%
B=16.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal149229760.3500.670.1091.3774.6359.8
Hex95E54C23043A5b4b3c
Octal2253451144301031213311374
Binary1001010111100101100110010001101000011101010110111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,229,76); }

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

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

 a { background-color: rgb(149,229,76); }

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

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

 span { border-color: rgb(149,229,76); }

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