#9ACB58

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

Shades of Atlantis #9ACB58

Tints of Atlantis #9ACB58

Color information

#9ACB58 (or 0x9ACB58) is unknown color: approx Atlantis. HEX triplet: 9A, CB and 58. RGB value is (154,203,88). Sum of RGB (Red+Green+Blue) = 154+203+88=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACB58 is #6534A7. Grayscale: #AFAFAF. Windows color (decimal): -6632616 or 5819290. OLE color: 5819290.

HSL color Cylindrical-coordinate representation of color #9ACB58: hue angle of 85.57º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9ACB58 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB15420388-
CMYK0.2400.570.20
HSL85.57º52.51%57.06%-
HSV(B)85.57º56.65%79.61%-
XYZ36.4450.2917.02-
YUV175.2478.77112.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.61%
GREEN value IS 203 (79.69% from 255) = 45.62%
BLUE value IS 88 (34.77% from 255) = 19.78%
R=34.61%
G=45.62%
B=19.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal154203880.2400.570.2085.5752.5157.06
Hex9ACB581803914563539
Octal23231313030071241266571
Binary10011010110010111011000110000111001101001010110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,203,88); }

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

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

 a { background-color: rgb(154,203,88); }

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

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

 span { border-color: rgb(154,203,88); }

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