#9BCC50

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

Shades of Atlantis #9BCC50

Tints of Atlantis #9BCC50

Color information

#9BCC50 (or 0x9BCC50) is unknown color: approx Atlantis. HEX triplet: 9B, CC and 50. RGB value is (155,204,80). Sum of RGB (Red+Green+Blue) = 155+204+80=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCC50 is #6433AF. Grayscale: #AFAFAF. Windows color (decimal): -6566832 or 5295259. OLE color: 5295259.

HSL color Cylindrical-coordinate representation of color #9BCC50: hue angle of 83.71º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BCC50 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB15520480-
CMYK0.2400.610.2
HSL83.71º54.87%55.69%-
HSV(B)83.71º60.78%80%-
XYZ36.5650.7315.46-
YUV175.2174.27113.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.31%
GREEN value IS 204 (80.08% from 255) = 46.47%
BLUE value IS 80 (31.64% from 255) = 18.22%
R=35.31%
G=46.47%
B=18.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal155204800.2400.610.283.7154.8755.69
Hex9BCC501803D14543738
Octal23331412030075241246770
Binary10011011110011001010000110000111101101001010100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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