#9ABC4F

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

Shades of Atlantis #9ABC4F

Tints of Atlantis #9ABC4F

Color information

#9ABC4F (or 0x9ABC4F) is unknown color: approx Atlantis. HEX triplet: 9A, BC and 4F. RGB value is (154,188,79). Sum of RGB (Red+Green+Blue) = 154+188+79=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABC4F is #6543B0. Grayscale: #A5A5A5. Windows color (decimal): -6636465 or 5225626. OLE color: 5225626.

HSL color Cylindrical-coordinate representation of color #9ABC4F: hue angle of 78.72º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9ABC4F is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB15418879-
CMYK0.1800.580.26
HSL78.72º44.86%52.35%-
HSV(B)78.72º57.98%73.73%-
XYZ32.7243.414.05-
YUV165.4179.24119.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.58%
GREEN value IS 188 (73.83% from 255) = 44.66%
BLUE value IS 79 (31.25% from 255) = 18.76%
R=36.58%
G=44.66%
B=18.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal154188790.1800.580.2678.7244.8652.35
Hex9ABC4F1203A1A4f2d34
Octal23227411722072321175564
Binary10011010101111001001111100100111010110101001111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,188,79); }

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

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

 a { background-color: rgb(154,188,79); }

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

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

 span { border-color: rgb(154,188,79); }

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