#9bca58

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

Shades of Atlantis #9BCA58

Tints of Atlantis #9BCA58

Color information

#9BCA58 (or 0x9BCA58) is unknown color: approx Atlantis. HEX triplet: 9B, CA and 58. RGB value is (155,202,88). Sum of RGB (Red+Green+Blue) = 155+202+88=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCA58 is #6435A7. Grayscale: #AFAFAF. Windows color (decimal): -6567336 or 5819035. OLE color: 5819035.

HSL color Cylindrical-coordinate representation of color #9BCA58: hue angle of 84.74º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BCA58 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB15520288-
CMYK0.2300.560.21
HSL84.74º51.82%56.86%-
HSV(B)84.74º56.44%79.22%-
XYZ36.449.9116.95-
YUV174.9578.93113.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.83%
GREEN value IS 202 (79.30% from 255) = 45.39%
BLUE value IS 88 (34.77% from 255) = 19.78%
R=34.83%
G=45.39%
B=19.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal155202880.2300.560.2184.7451.8256.86
Hex9BCA581703815553439
Octal23331213027070251256471
Binary10011011110010101011000101110111000101011010101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bca58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,202,88); }

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

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

 a { background-color: rgb(155,202,88); }

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

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

 span { border-color: rgb(155,202,88); }

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