#9ADC3B

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

Shades of Atlantis #9ADC3B

Tints of Atlantis #9ADC3B

Color information

#9ADC3B (or 0x9ADC3B) is unknown color: approx Atlantis. HEX triplet: 9A, DC and 3B. RGB value is (154,220,59). Sum of RGB (Red+Green+Blue) = 154+220+59=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADC3B is #6523C4. Grayscale: #B6B6B6. Windows color (decimal): -6628293 or 3923098. OLE color: 3923098.

HSL color Cylindrical-coordinate representation of color #9ADC3B: hue angle of 84.6º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9ADC3B is Cyan = 0.3, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB15422059-
CMYK0.300.730.14
HSL84.6º69.7%54.71%-
HSV(B)84.6º73.18%86.27%-
XYZ39.7158.3713.31-
YUV181.9158.63108.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.57%
GREEN value IS 220 (86.33% from 255) = 50.81%
BLUE value IS 59 (23.44% from 255) = 13.63%
R=35.57%
G=50.81%
B=13.63%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal154220590.300.730.1484.669.754.71
Hex9ADC3B1E049E554637
Octal232334733601111612510667
Binary10011010110111001110111111001001001111010101011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,220,59); }

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

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

 a { background-color: rgb(154,220,59); }

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

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

 span { border-color: rgb(154,220,59); }

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