#9ACA4A

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

Shades of Atlantis #9ACA4A

Tints of Atlantis #9ACA4A

Color information

#9ACA4A (or 0x9ACA4A) is unknown color: approx Atlantis. HEX triplet: 9A, CA and 4A. RGB value is (154,202,74). Sum of RGB (Red+Green+Blue) = 154+202+74=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACA4A is #6535B5. Grayscale: #ADADAD. Windows color (decimal): -6632886 or 4901530. OLE color: 4901530.

HSL color Cylindrical-coordinate representation of color #9ACA4A: hue angle of 82.5º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9ACA4A is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB15420274-
CMYK0.2400.630.21
HSL82.5º54.7%54.12%-
HSV(B)82.5º63.37%79.22%-
XYZ35.6849.6114.17-
YUV173.0672.1114.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.81%
GREEN value IS 202 (79.30% from 255) = 46.98%
BLUE value IS 74 (29.30% from 255) = 17.21%
R=35.81%
G=46.98%
B=17.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154202740.2400.630.2182.554.754.12
Hex9ACA4A1803F15523736
Octal23231211230077251226766
Binary10011010110010101001010110000111111101011010010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,202,74); }

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

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

 a { background-color: rgb(154,202,74); }

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

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

 span { border-color: rgb(154,202,74); }

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