#9ABC4B

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

Shades of Atlantis #9ABC4B

Tints of Atlantis #9ABC4B

Color information

#9ABC4B (or 0x9ABC4B) is unknown color: approx Atlantis. HEX triplet: 9A, BC and 4B. RGB value is (154,188,75). Sum of RGB (Red+Green+Blue) = 154+188+75=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABC4B is #6543B4. Grayscale: #A5A5A5. Windows color (decimal): -6636469 or 4963482. OLE color: 4963482.

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

Color convert

RGB15418875-
CMYK0.1800.600.26
HSL78.05º45.75%51.57%-
HSV(B)78.05º60.11%73.73%-
XYZ32.5843.3413.31-
YUV164.9577.24120.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.93%
GREEN value IS 188 (73.83% from 255) = 45.08%
BLUE value IS 75 (29.69% from 255) = 17.99%
R=36.93%
G=45.08%
B=17.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal154188750.1800.600.2678.0545.7551.57
Hex9ABC4B1203C1A4e2e34
Octal23227411322074321165664
Binary10011010101111001001011100100111100110101001110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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