#9BC541

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

Shades of Atlantis #9BC541

Tints of Atlantis #9BC541

Color information

#9BC541 (or 0x9BC541) is unknown color: approx Atlantis. HEX triplet: 9B, C5 and 41. RGB value is (155,197,65). Sum of RGB (Red+Green+Blue) = 155+197+65=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC541 is #643ABE. Grayscale: #A9A9A9. Windows color (decimal): -6568639 or 4310427. OLE color: 4310427.

HSL color Cylindrical-coordinate representation of color #9BC541: hue angle of 79.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9BC541 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB15519765-
CMYK0.2100.670.23
HSL79.09º53.23%51.37%-
HSV(B)79.09º67.01%77.25%-
XYZ34.4447.2812.31-
YUV169.3969.09117.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.17%
GREEN value IS 197 (77.34% from 255) = 47.24%
BLUE value IS 65 (25.78% from 255) = 15.59%
R=37.17%
G=47.24%
B=15.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal155197650.2100.670.2379.0953.2351.37
Hex9BC54115043174f3533
Octal233305101250103271176563
Binary100110111100010110000011010101000011101111001111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,197,65); }

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

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

 a { background-color: rgb(155,197,65); }

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

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

 span { border-color: rgb(155,197,65); }

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