#9ACC45

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

Shades of Atlantis #9ACC45

Tints of Atlantis #9ACC45

Color information

#9ACC45 (or 0x9ACC45) is unknown color: approx Atlantis. HEX triplet: 9A, CC and 45. RGB value is (154,204,69). Sum of RGB (Red+Green+Blue) = 154+204+69=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACC45 is #6533BA. Grayscale: #AEAEAE. Windows color (decimal): -6632379 or 4574362. OLE color: 4574362.

HSL color Cylindrical-coordinate representation of color #9ACC45: hue angle of 82.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9ACC45 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB15420469-
CMYK0.2500.660.2
HSL82.22º56.96%53.53%-
HSV(B)82.22º66.18%80%-
XYZ35.9950.4913.48-
YUV173.6668.94113.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.07%
GREEN value IS 204 (80.08% from 255) = 47.78%
BLUE value IS 69 (27.34% from 255) = 16.16%
R=36.07%
G=47.78%
B=16.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal154204690.2500.660.282.2256.9653.53
Hex9ACC451904214523936
Octal232314105310102241227166
Binary100110101100110010001011100101000010101001010010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,204,69); }

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

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

 a { background-color: rgb(154,204,69); }

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

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

 span { border-color: rgb(154,204,69); }

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