#9BD03B

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

Shades of Atlantis #9BD03B

Tints of Atlantis #9BD03B

Color information

#9BD03B (or 0x9BD03B) is unknown color: approx Atlantis. HEX triplet: 9B, D0 and 3B. RGB value is (155,208,59). Sum of RGB (Red+Green+Blue) = 155+208+59=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 59 (23.44% from 255 or 13.98% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD03B is #642FC4. Grayscale: #AFAFAF. Windows color (decimal): -6565829 or 3920027. OLE color: 3920027.

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

Color convert

RGB15520859-
CMYK0.2500.720.18
HSL81.34º61.32%52.35%-
HSV(B)81.34º71.63%81.57%-
XYZ36.8652.412.31-
YUV175.1762.44113.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.73%
GREEN value IS 208 (81.64% from 255) = 49.29%
BLUE value IS 59 (23.44% from 255) = 13.98%
R=36.73%
G=49.29%
B=13.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal155208590.2500.720.1881.3461.3252.35
Hex9BD03B1904812513d34
Octal23332073310110221217564
Binary10011011110100001110111100101001000100101010001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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