#9AD636

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

Shades of Atlantis #9AD636

Tints of Atlantis #9AD636

Color information

#9AD636 (or 0x9AD636) is unknown color: approx Atlantis. HEX triplet: 9A, D6 and 36. RGB value is (154,214,54). Sum of RGB (Red+Green+Blue) = 154+214+54=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD636 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD636 is #6529C9. Grayscale: #B2B2B2. Windows color (decimal): -6629834 or 3593882. OLE color: 3593882.

HSL color Cylindrical-coordinate representation of color #9AD636: hue angle of 82.5º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9AD636 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB15421454-
CMYK0.2800.750.16
HSL82.5º66.12%52.55%-
HSV(B)82.5º74.77%83.92%-
XYZ38.0455.2312.15-
YUV177.8258.12111.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.49%
GREEN value IS 214 (83.98% from 255) = 50.71%
BLUE value IS 54 (21.48% from 255) = 12.80%
R=36.49%
G=50.71%
B=12.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal154214540.2800.750.1682.566.1252.55
Hex9AD6361C04B10524235
Octal232326663401132012210265
Binary100110101101011011011011100010010111000010100101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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