#9ADA36

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

Shades of Atlantis #9ADA36

Tints of Atlantis #9ADA36

Color information

#9ADA36 (or 0x9ADA36) is unknown color: approx Atlantis. HEX triplet: 9A, DA and 36. RGB value is (154,218,54). Sum of RGB (Red+Green+Blue) = 154+218+54=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADA36 is #6525C9. Grayscale: #B4B4B4. Windows color (decimal): -6628810 or 3594906. OLE color: 3594906.

HSL color Cylindrical-coordinate representation of color #9ADA36: hue angle of 83.41º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9ADA36 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB15421854-
CMYK0.2900.750.15
HSL83.41º68.91%53.33%-
HSV(B)83.41º75.23%85.49%-
XYZ39.0657.2812.49-
YUV180.1756.8109.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.15%
GREEN value IS 218 (85.55% from 255) = 51.17%
BLUE value IS 54 (21.48% from 255) = 12.68%
R=36.15%
G=51.17%
B=12.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154218540.2900.750.1583.4168.9153.33
Hex9ADA361D04BF534535
Octal232332663501131712310565
Binary10011010110110101101101110101001011111110100111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,218,54); }

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

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

 a { background-color: rgb(154,218,54); }

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

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

 span { border-color: rgb(154,218,54); }

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