#9AD339

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

Shades of Atlantis #9AD339

Tints of Atlantis #9AD339

Color information

#9AD339 (or 0x9AD339) is unknown color: approx Atlantis. HEX triplet: 9A, D3 and 39. RGB value is (154,211,57). Sum of RGB (Red+Green+Blue) = 154+211+57=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 57 (22.66% from 255 or 13.51% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD339 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD339 is #652CC6. Grayscale: #B0B0B0. Windows color (decimal): -6630599 or 3789722. OLE color: 3789722.

HSL color Cylindrical-coordinate representation of color #9AD339: hue angle of 82.21º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9AD339 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB15421157-
CMYK0.2700.730.17
HSL82.21º63.64%52.55%-
HSV(B)82.21º72.99%82.75%-
XYZ37.3653.7512.28-
YUV176.460.62112.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.49%
GREEN value IS 211 (82.81% from 255) = 50%
BLUE value IS 57 (22.66% from 255) = 13.51%
R=36.49%
G=50%
B=13.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal154211570.2700.730.1782.2163.6452.55
Hex9AD3391B04911524035
Octal232323713301112112210065
Binary100110101101001111100111011010010011000110100101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,211,57); }

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

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

 a { background-color: rgb(154,211,57); }

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

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

 span { border-color: rgb(154,211,57); }

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