#9AD04B

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

Shades of Atlantis #9AD04B

Tints of Atlantis #9AD04B

Color information

#9AD04B (or 0x9AD04B) is unknown color: approx Atlantis. HEX triplet: 9A, D0 and 4B. RGB value is (154,208,75). Sum of RGB (Red+Green+Blue) = 154+208+75=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD04B is #652FB4. Grayscale: #B1B1B1. Windows color (decimal): -6631349 or 4968602. OLE color: 4968602.

HSL color Cylindrical-coordinate representation of color #9AD04B: hue angle of 84.36º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AD04B is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB15420875-
CMYK0.2600.640.18
HSL84.36º58.59%55.49%-
HSV(B)84.36º63.94%81.57%-
XYZ37.1552.4914.83-
YUV176.6970.61111.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.24%
GREEN value IS 208 (81.64% from 255) = 47.60%
BLUE value IS 75 (29.69% from 255) = 17.16%
R=35.24%
G=47.60%
B=17.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154208750.2600.640.1884.3658.5955.49
Hex9AD04B1A04012543b37
Octal232320113320100221247367
Binary100110101101000010010111101001000000100101010100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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