#9BCD39

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

Shades of Atlantis #9BCD39

Tints of Atlantis #9BCD39

Color information

#9BCD39 (or 0x9BCD39) is unknown color: approx Atlantis. HEX triplet: 9B, CD and 39. RGB value is (155,205,57). Sum of RGB (Red+Green+Blue) = 155+205+57=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 57 (22.66% from 255 or 13.67% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCD39 is #6432C6. Grayscale: #ADADAD. Windows color (decimal): -6566599 or 3788187. OLE color: 3788187.

HSL color Cylindrical-coordinate representation of color #9BCD39: hue angle of 80.27º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9BCD39 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB15520557-
CMYK0.2400.720.20
HSL80.27º59.68%51.37%-
HSV(B)80.27º72.2%80.39%-
XYZ36.0950.9311.8-
YUV173.1862.44115.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.17%
GREEN value IS 205 (80.47% from 255) = 49.16%
BLUE value IS 57 (22.66% from 255) = 13.67%
R=37.17%
G=49.16%
B=13.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal155205570.2400.720.2080.2759.6851.37
Hex9BCD391804814503c33
Octal23331571300110241207463
Binary10011011110011011110011100001001000101001010000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,205,57); }

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

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

 a { background-color: rgb(155,205,57); }

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

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

 span { border-color: rgb(155,205,57); }

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