#9BC03E

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

Shades of Atlantis #9BC03E

Tints of Atlantis #9BC03E

Color information

#9BC03E (or 0x9BC03E) is unknown color: approx Atlantis. HEX triplet: 9B, C0 and 3E. RGB value is (155,192,62). Sum of RGB (Red+Green+Blue) = 155+192+62=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC03E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC03E is #643FC1. Grayscale: #A6A6A6. Windows color (decimal): -6569922 or 4112539. OLE color: 4112539.

HSL color Cylindrical-coordinate representation of color #9BC03E: hue angle of 77.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9BC03E is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB15519262-
CMYK0.1900.680.25
HSL77.08º51.18%49.8%-
HSV(B)77.08º67.71%75.29%-
XYZ33.2445.0211.49-
YUV166.1269.24120.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.90%
GREEN value IS 192 (75.39% from 255) = 46.94%
BLUE value IS 62 (24.61% from 255) = 15.16%
R=37.90%
G=46.94%
B=15.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155192620.1900.680.2577.0851.1849.8
Hex9BC03E13044194d3332
Octal23330076230104311156362
Binary10011011110000001111101001101000100110011001101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,192,62); }

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

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

 a { background-color: rgb(155,192,62); }

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

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

 span { border-color: rgb(155,192,62); }

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