#9bdb46

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

Shades of Atlantis #9BDB46

Tints of Atlantis #9BDB46

Color information

#9BDB46 (or 0x9BDB46) is unknown color: approx Atlantis. HEX triplet: 9B, DB and 46. RGB value is (155,219,70). Sum of RGB (Red+Green+Blue) = 155+219+70=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDB46 is #6424B9. Grayscale: #B7B7B7. Windows color (decimal): -6563002 or 4643739. OLE color: 4643739.

HSL color Cylindrical-coordinate representation of color #9BDB46: hue angle of 85.77º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9BDB46 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB15521970-
CMYK0.2900.680.14
HSL85.77º67.42%56.67%-
HSV(B)85.77º68.04%85.88%-
XYZ39.9558.0714.9-
YUV182.8864.3108.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.91%
GREEN value IS 219 (85.94% from 255) = 49.32%
BLUE value IS 70 (27.73% from 255) = 15.77%
R=34.91%
G=49.32%
B=15.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal155219700.2900.680.1485.7767.4256.67
Hex9BDB461D044E564339
Octal2333331063501041612610371
Binary100110111101101110001101110101000100111010101101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bdb46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,219,70); }

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

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

 a { background-color: rgb(155,219,70); }

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

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

 span { border-color: rgb(155,219,70); }

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