#9BC154

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

Shades of Atlantis #9BC154

Tints of Atlantis #9BC154

Color information

#9BC154 (or 0x9BC154) is unknown color: approx Atlantis. HEX triplet: 9B, C1 and 54. RGB value is (155,193,84). Sum of RGB (Red+Green+Blue) = 155+193+84=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 84 (33.20% from 255 or 19.44% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC154 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC154 is #643EAB. Grayscale: #A9A9A9. Windows color (decimal): -6569644 or 5554587. OLE color: 5554587.

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

Color convert

RGB15519384-
CMYK0.2000.560.24
HSL80.92º46.78%54.31%-
HSV(B)80.92º56.48%75.69%-
XYZ34.1945.7515.42-
YUV169.2179.91117.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.88%
GREEN value IS 193 (75.78% from 255) = 44.68%
BLUE value IS 84 (33.20% from 255) = 19.44%
R=35.88%
G=44.68%
B=19.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal155193840.2000.560.2480.9246.7854.31
Hex9BC1541403818512f36
Octal23330112424070301215766
Binary10011011110000011010100101000111000110001010001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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