#9AD149

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

Shades of Atlantis #9AD149

Tints of Atlantis #9AD149

Color information

#9AD149 (or 0x9AD149) is unknown color: approx Atlantis. HEX triplet: 9A, D1 and 49. RGB value is (154,209,73). Sum of RGB (Red+Green+Blue) = 154+209+73=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD149 is #652EB6. Grayscale: #B1B1B1. Windows color (decimal): -6631095 or 4837786. OLE color: 4837786.

HSL color Cylindrical-coordinate representation of color #9AD149: hue angle of 84.26º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9AD149 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB15420973-
CMYK0.2600.650.18
HSL84.26º59.65%55.29%-
HSV(B)84.26º65.07%81.96%-
XYZ37.3352.9514.56-
YUV177.0569.28111.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.32%
GREEN value IS 209 (82.03% from 255) = 47.94%
BLUE value IS 73 (28.91% from 255) = 16.74%
R=35.32%
G=47.94%
B=16.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154209730.2600.650.1884.2659.6555.29
Hex9AD1491A04112543c37
Octal232321111320101221247467
Binary100110101101000110010011101001000001100101010100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,209,73); }

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

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

 a { background-color: rgb(154,209,73); }

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

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

 span { border-color: rgb(154,209,73); }

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