#9ad13d

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

Shades of Atlantis #9AD13D

Tints of Atlantis #9AD13D

Color information

#9AD13D (or 0x9AD13D) is unknown color: approx Atlantis. HEX triplet: 9A, D1 and 3D. RGB value is (154,209,61). Sum of RGB (Red+Green+Blue) = 154+209+61=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 209 (82.03% from 255 or 49.29% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD13D is #652EC2. Grayscale: #B0B0B0. Windows color (decimal): -6631107 or 4051354. OLE color: 4051354.

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

Color convert

RGB15420961-
CMYK0.2600.710.18
HSL82.3º61.67%52.94%-
HSV(B)82.3º70.81%81.96%-
XYZ36.9752.8112.66-
YUV175.6863.28112.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.32%
GREEN value IS 209 (82.03% from 255) = 49.29%
BLUE value IS 61 (24.22% from 255) = 14.39%
R=36.32%
G=49.29%
B=14.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154209610.2600.710.1882.361.6752.94
Hex9AD13D1A04712523e35
Octal23232175320107221227665
Binary10011010110100011111011101001000111100101010010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ad13d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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