#9FCA54

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

Shades of Atlantis #9FCA54

Tints of Atlantis #9FCA54

Color information

#9FCA54 (or 0x9FCA54) is unknown color: approx Atlantis. HEX triplet: 9F, CA and 54. RGB value is (159,202,84). Sum of RGB (Red+Green+Blue) = 159+202+84=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 84 (33.20% from 255 or 18.88% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCA54 is #6035AB. Grayscale: #B0B0B0. Windows color (decimal): -6305196 or 5556895. OLE color: 5556895.

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

Color convert

RGB15920284-
CMYK0.2100.580.21
HSL81.86º52.68%56.08%-
HSV(B)81.86º58.42%79.22%-
XYZ37.0250.2516.14-
YUV175.6976.25116.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.73%
GREEN value IS 202 (79.30% from 255) = 45.39%
BLUE value IS 84 (33.20% from 255) = 18.88%
R=35.73%
G=45.39%
B=18.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal159202840.2100.580.2181.8652.6856.08
Hex9FCA541503A15523538
Octal23731212425072251226570
Binary10011111110010101010100101010111010101011010010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,202,84); }

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

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

 a { background-color: rgb(159,202,84); }

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

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

 span { border-color: rgb(159,202,84); }

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