#9ACE54

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

Shades of Atlantis #9ACE54

Tints of Atlantis #9ACE54

Color information

#9ACE54 (or 0x9ACE54) is unknown color: approx Atlantis. HEX triplet: 9A, CE and 54. RGB value is (154,206,84). Sum of RGB (Red+Green+Blue) = 154+206+84=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 84 (33.20% from 255 or 18.92% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACE54 is #6531AB. Grayscale: #B0B0B0. Windows color (decimal): -6631852 or 5557914. OLE color: 5557914.

HSL color Cylindrical-coordinate representation of color #9ACE54: hue angle of 85.57º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9ACE54 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB15420684-
CMYK0.2500.590.19
HSL85.57º55.45%56.86%-
HSV(B)85.57º59.22%80.78%-
XYZ3751.6516.41-
YUV176.5475.77111.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.68%
GREEN value IS 206 (80.86% from 255) = 46.40%
BLUE value IS 84 (33.20% from 255) = 18.92%
R=34.68%
G=46.40%
B=18.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal154206840.2500.590.1985.5755.4556.86
Hex9ACE541903B13563739
Octal23231612431073231266771
Binary10011010110011101010100110010111011100111010110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ACE54; }

 p { color: rgb(154,206,84); }

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

<style>
 a { background-color: #9ACE54; }

 a { background-color: rgb(154,206,84); }

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

<style>
 span { border-color: #9ACE54; }

 span { border-color: rgb(154,206,84); }

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