#9ADE4B

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

Shades of Atlantis #9ADE4B

Tints of Atlantis #9ADE4B

Color information

#9ADE4B (or 0x9ADE4B) is unknown color: approx Atlantis. HEX triplet: 9A, DE and 4B. RGB value is (154,222,75). Sum of RGB (Red+Green+Blue) = 154+222+75=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 222 (87.11% from 255 or 49.22% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADE4B is #6521B4. Grayscale: #B9B9B9. Windows color (decimal): -6627765 or 4972186. OLE color: 4972186.

HSL color Cylindrical-coordinate representation of color #9ADE4B: hue angle of 87.76º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9ADE4B is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB15422275-
CMYK0.3100.660.13
HSL87.76º69.01%58.24%-
HSV(B)87.76º66.22%87.06%-
XYZ40.7259.6216.02-
YUV184.9165.97105.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.15%
GREEN value IS 222 (87.11% from 255) = 49.22%
BLUE value IS 75 (29.69% from 255) = 16.63%
R=34.15%
G=49.22%
B=16.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal154222750.3100.660.1387.7669.0158.24
Hex9ADE4B1F042D58453a
Octal2323361133701021513010572
Binary100110101101111010010111111101000010110110110001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,222,75); }

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

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

 a { background-color: rgb(154,222,75); }

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

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

 span { border-color: rgb(154,222,75); }

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