#9AC346

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

Shades of Atlantis #9AC346

Tints of Atlantis #9AC346

Color information

#9AC346 (or 0x9AC346) is unknown color: approx Atlantis. HEX triplet: 9A, C3 and 46. RGB value is (154,195,70). Sum of RGB (Red+Green+Blue) = 154+195+70=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC346 is #653CB9. Grayscale: #A8A8A8. Windows color (decimal): -6634682 or 4637594. OLE color: 4637594.

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

Color convert

RGB15419570-
CMYK0.2100.640.24
HSL79.68º51.02%51.96%-
HSV(B)79.68º64.1%76.47%-
XYZ33.9546.3412.95-
YUV168.4972.42117.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.75%
GREEN value IS 195 (76.56% from 255) = 46.54%
BLUE value IS 70 (27.73% from 255) = 16.71%
R=36.75%
G=46.54%
B=16.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal154195700.2100.640.2479.6851.0251.96
Hex9AC3461504018503334
Octal232303106250100301206364
Binary100110101100001110001101010101000000110001010000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,195,70); }

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

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

 a { background-color: rgb(154,195,70); }

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

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

 span { border-color: rgb(154,195,70); }

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