#9ACA4B

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

Shades of Atlantis #9ACA4B

Tints of Atlantis #9ACA4B

Color information

#9ACA4B (or 0x9ACA4B) is unknown color: approx Atlantis. HEX triplet: 9A, CA and 4B. RGB value is (154,202,75). Sum of RGB (Red+Green+Blue) = 154+202+75=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACA4B is #6535B4. Grayscale: #ADADAD. Windows color (decimal): -6632885 or 4967066. OLE color: 4967066.

HSL color Cylindrical-coordinate representation of color #9ACA4B: hue angle of 82.68º 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 #9ACA4B is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB15420275-
CMYK0.2400.630.21
HSL82.68º54.51%54.31%-
HSV(B)82.68º62.87%79.22%-
XYZ35.7249.6214.35-
YUV173.1772.6114.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.73%
GREEN value IS 202 (79.30% from 255) = 46.87%
BLUE value IS 75 (29.69% from 255) = 17.40%
R=35.73%
G=46.87%
B=17.40%

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
Decimal154202750.2400.630.2182.6854.5154.31
Hex9ACA4B1803F15533736
Octal23231211330077251236766
Binary10011010110010101001011110000111111101011010011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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