#9BCE54

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

Shades of Atlantis #9BCE54

Tints of Atlantis #9BCE54

Color information

#9BCE54 (or 0x9BCE54) is unknown color: approx Atlantis. HEX triplet: 9B, CE and 54. RGB value is (155,206,84). Sum of RGB (Red+Green+Blue) = 155+206+84=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 84 (33.20% from 255 or 18.88% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCE54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCE54 is #6431AB. Grayscale: #B1B1B1. Windows color (decimal): -6566316 or 5557915. OLE color: 5557915.

HSL color Cylindrical-coordinate representation of color #9BCE54: hue angle of 85.08º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BCE54 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB15520684-
CMYK0.2500.590.19
HSL85.08º55.45%56.86%-
HSV(B)85.08º59.22%80.78%-
XYZ37.1951.7516.42-
YUV176.8475.6112.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.83%
GREEN value IS 206 (80.86% from 255) = 46.29%
BLUE value IS 84 (33.20% from 255) = 18.88%
R=34.83%
G=46.29%
B=18.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal155206840.2500.590.1985.0855.4556.86
Hex9BCE541903B13553739
Octal23331612431073231256771
Binary10011011110011101010100110010111011100111010101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,206,84); }

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

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

 a { background-color: rgb(155,206,84); }

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

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

 span { border-color: rgb(155,206,84); }

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