#9BD246

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

Shades of Atlantis #9BD246

Tints of Atlantis #9BD246

Color information

#9BD246 (or 0x9BD246) is unknown color: approx Atlantis. HEX triplet: 9B, D2 and 46. RGB value is (155,210,70). Sum of RGB (Red+Green+Blue) = 155+210+70=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD246 is #642DB9. Grayscale: #B2B2B2. Windows color (decimal): -6565306 or 4641435. OLE color: 4641435.

HSL color Cylindrical-coordinate representation of color #9BD246: hue angle of 83.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9BD246 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB15521070-
CMYK0.2600.670.18
HSL83.57º60.87%54.9%-
HSV(B)83.57º66.67%82.35%-
XYZ37.6753.514.14-
YUV177.667.28111.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.63%
GREEN value IS 210 (82.42% from 255) = 48.28%
BLUE value IS 70 (27.73% from 255) = 16.09%
R=35.63%
G=48.28%
B=16.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal155210700.2600.670.1883.5760.8754.9
Hex9BD2461A04312543d37
Octal233322106320103221247567
Binary100110111101001010001101101001000011100101010100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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