#9FCA52

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

Shades of Atlantis #9FCA52

Tints of Atlantis #9FCA52

Color information

#9FCA52 (or 0x9FCA52) is unknown color: approx Atlantis. HEX triplet: 9F, CA and 52. RGB value is (159,202,82). Sum of RGB (Red+Green+Blue) = 159+202+82=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCA52 is #6035AD. Grayscale: #AFAFAF. Windows color (decimal): -6305198 or 5425823. OLE color: 5425823.

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

Color convert

RGB15920282-
CMYK0.2100.590.21
HSL81.5º53.1%55.69%-
HSV(B)81.5º59.41%79.22%-
XYZ36.9450.2215.73-
YUV175.4675.25116.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.89%
GREEN value IS 202 (79.30% from 255) = 45.60%
BLUE value IS 82 (32.42% from 255) = 18.51%
R=35.89%
G=45.60%
B=18.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal159202820.2100.590.2181.553.155.69
Hex9FCA521503B15523538
Octal23731212225073251226570
Binary10011111110010101010010101010111011101011010010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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