#9ACC40

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

Shades of Atlantis #9ACC40

Tints of Atlantis #9ACC40

Color information

#9ACC40 (or 0x9ACC40) is unknown color: approx Atlantis. HEX triplet: 9A, CC and 40. RGB value is (154,204,64). Sum of RGB (Red+Green+Blue) = 154+204+64=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACC40 is #6533BF. Grayscale: #ADADAD. Windows color (decimal): -6632384 or 4246682. OLE color: 4246682.

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

Color convert

RGB15420464-
CMYK0.2500.690.2
HSL81.43º57.85%52.55%-
HSV(B)81.43º68.63%80%-
XYZ35.8450.4312.69-
YUV173.0966.44114.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.49%
GREEN value IS 204 (80.08% from 255) = 48.34%
BLUE value IS 64 (25.39% from 255) = 15.17%
R=36.49%
G=48.34%
B=15.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal154204640.2500.690.281.4357.8552.55
Hex9ACC401904514513a35
Octal232314100310105241217265
Binary100110101100110010000001100101000101101001010001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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