#9AC256

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

Shades of Atlantis #9AC256

Tints of Atlantis #9AC256

Color information

#9AC256 (or 0x9AC256) is unknown color: approx Atlantis. HEX triplet: 9A, C2 and 56. RGB value is (154,194,86). Sum of RGB (Red+Green+Blue) = 154+194+86=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC256 is #653DA9. Grayscale: #AAAAAA. Windows color (decimal): -6634922 or 5685914. OLE color: 5685914.

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

Color convert

RGB15419486-
CMYK0.2100.560.24
HSL82.22º46.96%54.9%-
HSV(B)82.22º55.67%76.08%-
XYZ34.346.1315.9-
YUV169.7380.75116.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.48%
GREEN value IS 194 (76.17% from 255) = 44.70%
BLUE value IS 86 (33.98% from 255) = 19.82%
R=35.48%
G=44.70%
B=19.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal154194860.2100.560.2482.2246.9654.9
Hex9AC2561503818522f37
Octal23230212625070301225767
Binary10011010110000101010110101010111000110001010010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,194,86); }

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

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

 a { background-color: rgb(154,194,86); }

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

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

 span { border-color: rgb(154,194,86); }

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