#9AD051

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

Shades of Atlantis #9AD051

Tints of Atlantis #9AD051

Color information

#9AD051 (or 0x9AD051) is unknown color: approx Atlantis. HEX triplet: 9A, D0 and 51. RGB value is (154,208,81). Sum of RGB (Red+Green+Blue) = 154+208+81=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD051 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD051 is #652FAE. Grayscale: #B1B1B1. Windows color (decimal): -6631343 or 5361818. OLE color: 5361818.

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

Color convert

RGB15420881-
CMYK0.2600.610.18
HSL85.51º57.47%56.67%-
HSV(B)85.51º61.06%81.57%-
XYZ37.3752.5815.96-
YUV177.3873.61111.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.76%
GREEN value IS 208 (81.64% from 255) = 46.95%
BLUE value IS 81 (32.03% from 255) = 18.28%
R=34.76%
G=46.95%
B=18.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154208810.2600.610.1885.5157.4756.67
Hex9AD0511A03D12563939
Octal23232012132075221267171
Binary10011010110100001010001110100111101100101010110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,208,81); }

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

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

 a { background-color: rgb(154,208,81); }

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

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

 span { border-color: rgb(154,208,81); }

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