#9ACA40

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

Shades of Atlantis #9ACA40

Tints of Atlantis #9ACA40

Color information

#9ACA40 (or 0x9ACA40) is unknown color: approx Atlantis. HEX triplet: 9A, CA and 40. RGB value is (154,202,64). Sum of RGB (Red+Green+Blue) = 154+202+64=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACA40 is #6535BF. Grayscale: #ACACAC. Windows color (decimal): -6632896 or 4246170. OLE color: 4246170.

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

Color convert

RGB15420264-
CMYK0.2400.680.21
HSL80.87º56.56%52.16%-
HSV(B)80.87º68.32%79.22%-
XYZ35.3749.4812.54-
YUV171.9267.1115.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.67%
GREEN value IS 202 (79.30% from 255) = 48.10%
BLUE value IS 64 (25.39% from 255) = 15.24%
R=36.67%
G=48.10%
B=15.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154202640.2400.680.2180.8756.5652.16
Hex9ACA401804415513934
Octal232312100300104251217164
Binary100110101100101010000001100001000100101011010001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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