#9BD53B

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

Shades of Atlantis #9BD53B

Tints of Atlantis #9BD53B

Color information

#9BD53B (or 0x9BD53B) is unknown color: approx Atlantis. HEX triplet: 9B, D5 and 3B. RGB value is (155,213,59). Sum of RGB (Red+Green+Blue) = 155+213+59=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 213 (83.59% from 255 or 49.88% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD53B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD53B is #642AC4. Grayscale: #B2B2B2. Windows color (decimal): -6564549 or 3921307. OLE color: 3921307.

HSL color Cylindrical-coordinate representation of color #9BD53B: hue angle of 82.6º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9BD53B is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB15521359-
CMYK0.2700.720.16
HSL82.6º64.71%53.33%-
HSV(B)82.6º72.3%83.53%-
XYZ38.154.8712.72-
YUV178.160.78111.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.30%
GREEN value IS 213 (83.59% from 255) = 49.88%
BLUE value IS 59 (23.44% from 255) = 13.82%
R=36.30%
G=49.88%
B=13.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal155213590.2700.720.1682.664.7153.33
Hex9BD53B1B04810534135
Octal233325733301102012310165
Binary100110111101010111101111011010010001000010100111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,213,59); }

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

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

 a { background-color: rgb(155,213,59); }

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

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

 span { border-color: rgb(155,213,59); }

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