#9ABD43

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

Shades of Atlantis #9ABD43

Tints of Atlantis #9ABD43

Color information

#9ABD43 (or 0x9ABD43) is unknown color: approx Atlantis. HEX triplet: 9A, BD and 43. RGB value is (154,189,67). Sum of RGB (Red+Green+Blue) = 154+189+67=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 67 (26.56% from 255 or 16.34% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABD43 is #6542BC. Grayscale: #A5A5A5. Windows color (decimal): -6636221 or 4439450. OLE color: 4439450.

HSL color Cylindrical-coordinate representation of color #9ABD43: hue angle of 77.21º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9ABD43 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB15418967-
CMYK0.1900.650.26
HSL77.21º48.03%50.2%-
HSV(B)77.21º64.55%74.12%-
XYZ32.5443.6712.02-
YUV164.6372.9120.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.56%
GREEN value IS 189 (74.22% from 255) = 46.10%
BLUE value IS 67 (26.56% from 255) = 16.34%
R=37.56%
G=46.10%
B=16.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal154189670.1900.650.2677.2148.0350.2
Hex9ABD43130411A4d3032
Octal232275103230101321156062
Binary100110101011110110000111001101000001110101001101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,189,67); }

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

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

 a { background-color: rgb(154,189,67); }

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

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

 span { border-color: rgb(154,189,67); }

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