#9ABD41

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

Shades of Atlantis #9ABD41

Tints of Atlantis #9ABD41

Color information

#9ABD41 (or 0x9ABD41) is unknown color: approx Atlantis. HEX triplet: 9A, BD and 41. RGB value is (154,189,65). Sum of RGB (Red+Green+Blue) = 154+189+65=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABD41 is #6542BE. Grayscale: #A4A4A4. Windows color (decimal): -6636223 or 4308378. OLE color: 4308378.

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

Color convert

RGB15418965-
CMYK0.1900.660.26
HSL76.94º48.82%49.8%-
HSV(B)76.94º65.61%74.12%-
XYZ32.4843.6511.71-
YUV164.471.9120.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.75%
GREEN value IS 189 (74.22% from 255) = 46.32%
BLUE value IS 65 (25.78% from 255) = 15.93%
R=37.75%
G=46.32%
B=15.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal154189650.1900.660.2676.9448.8249.8
Hex9ABD41130421A4d3132
Octal232275101230102321156162
Binary100110101011110110000011001101000010110101001101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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