#9ACA3A

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

Shades of Atlantis #9ACA3A

Tints of Atlantis #9ACA3A

Color information

#9ACA3A (or 0x9ACA3A) is unknown color: approx Atlantis. HEX triplet: 9A, CA and 3A. RGB value is (154,202,58). Sum of RGB (Red+Green+Blue) = 154+202+58=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACA3A is #6535C5. Grayscale: #ABABAB. Windows color (decimal): -6632902 or 3852954. OLE color: 3852954.

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

Color convert

RGB15420258-
CMYK0.2400.710.21
HSL80º57.6%50.98%-
HSV(B)80º71.29%79.22%-
XYZ35.2149.4211.69-
YUV171.2364.1115.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.20%
GREEN value IS 202 (79.30% from 255) = 48.79%
BLUE value IS 58 (23.05% from 255) = 14.01%
R=37.20%
G=48.79%
B=14.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154202580.2400.710.218057.650.98
Hex9ACA3A1804715503a33
Octal23231272300107251207263
Binary10011010110010101110101100001000111101011010000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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