#9ad53b

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

Shades of Atlantis #9AD53B

Tints of Atlantis #9AD53B

Color information

#9AD53B (or 0x9AD53B) is unknown color: approx Atlantis. HEX triplet: 9A, D5 and 3B. RGB value is (154,213,59). Sum of RGB (Red+Green+Blue) = 154+213+59=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD53B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD53B is #652AC4. Grayscale: #B2B2B2. Windows color (decimal): -6630085 or 3921306. OLE color: 3921306.

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

Color convert

RGB15421359-
CMYK0.2800.720.16
HSL82.99º64.71%53.33%-
HSV(B)82.99º72.3%83.53%-
XYZ37.9154.7712.71-
YUV177.860.95111.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.15%
GREEN value IS 213 (83.59% from 255) = 50%
BLUE value IS 59 (23.44% from 255) = 13.85%
R=36.15%
G=50%
B=13.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal154213590.2800.720.1682.9964.7153.33
Hex9AD53B1C04810534135
Octal232325733401102012310165
Binary100110101101010111101111100010010001000010100111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ad53b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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