#9AD140

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

Shades of Atlantis #9AD140

Tints of Atlantis #9AD140

Color information

#9AD140 (or 0x9AD140) is unknown color: approx Atlantis. HEX triplet: 9A, D1 and 40. RGB value is (154,209,64). Sum of RGB (Red+Green+Blue) = 154+209+64=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 209 (82.03% from 255 or 48.95% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD140 is #652EBF. Grayscale: #B0B0B0. Windows color (decimal): -6631104 or 4247962. OLE color: 4247962.

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

Color convert

RGB15420964-
CMYK0.2600.690.18
HSL82.76º61.18%53.53%-
HSV(B)82.76º69.38%81.96%-
XYZ37.0552.8413.1-
YUV176.0264.78112.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.07%
GREEN value IS 209 (82.03% from 255) = 48.95%
BLUE value IS 64 (25.39% from 255) = 14.99%
R=36.07%
G=48.95%
B=14.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154209640.2600.690.1882.7661.1853.53
Hex9AD1401A04512533d36
Octal232321100320105221237566
Binary100110101101000110000001101001000101100101010011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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