#9AD549

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

Shades of Atlantis #9AD549

Tints of Atlantis #9AD549

Color information

#9AD549 (or 0x9AD549) is unknown color: approx Atlantis. HEX triplet: 9A, D5 and 49. RGB value is (154,213,73). Sum of RGB (Red+Green+Blue) = 154+213+73=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD549 is #652AB6. Grayscale: #B3B3B3. Windows color (decimal): -6630071 or 4838810. OLE color: 4838810.

HSL color Cylindrical-coordinate representation of color #9AD549: hue angle of 85.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9AD549 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB15421373-
CMYK0.2800.660.16
HSL85.29º62.5%56.08%-
HSV(B)85.29º65.73%83.53%-
XYZ38.3254.9414.89-
YUV179.467.95109.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35%
GREEN value IS 213 (83.59% from 255) = 48.41%
BLUE value IS 73 (28.91% from 255) = 16.59%
R=35%
G=48.41%
B=16.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal154213730.2800.660.1685.2962.556.08
Hex9AD5491C04210553e38
Octal232325111340102201257670
Binary100110101101010110010011110001000010100001010101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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