#9bd050

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

Shades of Atlantis #9BD050

Tints of Atlantis #9BD050

Color information

#9BD050 (or 0x9BD050) is unknown color: approx Atlantis. HEX triplet: 9B, D0 and 50. RGB value is (155,208,80). Sum of RGB (Red+Green+Blue) = 155+208+80=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD050 is #642FAF. Grayscale: #B2B2B2. Windows color (decimal): -6565808 or 5296283. OLE color: 5296283.

HSL color Cylindrical-coordinate representation of color #9BD050: hue angle of 84.84º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9BD050 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB15520880-
CMYK0.2500.620.18
HSL84.84º57.66%56.47%-
HSV(B)84.84º61.54%81.57%-
XYZ37.5252.6615.78-
YUV177.5672.94111.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.99%
GREEN value IS 208 (81.64% from 255) = 46.95%
BLUE value IS 80 (31.64% from 255) = 18.06%
R=34.99%
G=46.95%
B=18.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal155208800.2500.620.1884.8457.6656.47
Hex9BD0501903E12553a38
Octal23332012031076221257270
Binary10011011110100001010000110010111110100101010101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bd050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,208,80); }

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

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

 a { background-color: rgb(155,208,80); }

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

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

 span { border-color: rgb(155,208,80); }

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