#9AD239

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

Shades of Atlantis #9AD239

Tints of Atlantis #9AD239

Color information

#9AD239 (or 0x9AD239) is unknown color: approx Atlantis. HEX triplet: 9A, D2 and 39. RGB value is (154,210,57). Sum of RGB (Red+Green+Blue) = 154+210+57=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 57 (22.66% from 255 or 13.54% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD239 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD239 is #652DC6. Grayscale: #B0B0B0. Windows color (decimal): -6630855 or 3789466. OLE color: 3789466.

HSL color Cylindrical-coordinate representation of color #9AD239: hue angle of 81.96º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9AD239 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB15421057-
CMYK0.2700.730.18
HSL81.96º62.96%52.35%-
HSV(B)81.96º72.86%82.35%-
XYZ37.1153.2612.19-
YUV175.8160.95112.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.58%
GREEN value IS 210 (82.42% from 255) = 49.88%
BLUE value IS 57 (22.66% from 255) = 13.54%
R=36.58%
G=49.88%
B=13.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154210570.2700.730.1881.9662.9652.35
Hex9AD2391B04912523f34
Octal23232271330111221227764
Binary10011010110100101110011101101001001100101010010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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