#9AD03B

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

Shades of Atlantis #9AD03B

Tints of Atlantis #9AD03B

Color information

#9AD03B (or 0x9AD03B) is unknown color: approx Atlantis. HEX triplet: 9A, D0 and 3B. RGB value is (154,208,59). Sum of RGB (Red+Green+Blue) = 154+208+59=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 59 (23.44% from 255 or 14.01% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD03B is #652FC4. Grayscale: #AFAFAF. Windows color (decimal): -6631365 or 3920026. OLE color: 3920026.

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

Color convert

RGB15420859-
CMYK0.2600.720.18
HSL81.74º61.32%52.35%-
HSV(B)81.74º71.63%81.57%-
XYZ36.6752.312.3-
YUV174.8762.61113.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.58%
GREEN value IS 208 (81.64% from 255) = 49.41%
BLUE value IS 59 (23.44% from 255) = 14.01%
R=36.58%
G=49.41%
B=14.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154208590.2600.720.1881.7461.3252.35
Hex9AD03B1A04812523d34
Octal23232073320110221227564
Binary10011010110100001110111101001001000100101010010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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