#9bc145

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

Shades of Atlantis #9BC145

Tints of Atlantis #9BC145

Color information

#9BC145 (or 0x9BC145) is unknown color: approx Atlantis. HEX triplet: 9B, C1 and 45. RGB value is (155,193,69). Sum of RGB (Red+Green+Blue) = 155+193+69=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC145 is #643EBA. Grayscale: #A7A7A7. Windows color (decimal): -6569659 or 4571547. OLE color: 4571547.

HSL color Cylindrical-coordinate representation of color #9BC145: hue angle of 78.39º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BC145 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB15519369-
CMYK0.2000.640.24
HSL78.39º50%51.37%-
HSV(B)78.39º64.25%75.69%-
XYZ33.6645.5412.65-
YUV167.572.41119.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.17%
GREEN value IS 193 (75.78% from 255) = 46.28%
BLUE value IS 69 (27.34% from 255) = 16.55%
R=37.17%
G=46.28%
B=16.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal155193690.2000.640.2478.395051.37
Hex9BC14514040184e3233
Octal233301105240100301166263
Binary100110111100000110001011010001000000110001001110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bc145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,193,69); }

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

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

 a { background-color: rgb(155,193,69); }

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

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

 span { border-color: rgb(155,193,69); }

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