#9FCC47

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

Shades of Atlantis #9FCC47

Tints of Atlantis #9FCC47

Color information

#9FCC47 (or 0x9FCC47) is unknown color: approx Atlantis. HEX triplet: 9F, CC and 47. RGB value is (159,204,71). Sum of RGB (Red+Green+Blue) = 159+204+71=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 71 (28.12% from 255 or 16.36% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCC47 is #6033B8. Grayscale: #AFAFAF. Windows color (decimal): -6304697 or 4705439. OLE color: 4705439.

HSL color Cylindrical-coordinate representation of color #9FCC47: hue angle of 80.3º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FCC47 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB15920471-
CMYK0.2200.650.2
HSL80.3º56.6%53.92%-
HSV(B)80.3º65.2%80%-
XYZ37.0351.0113.86-
YUV175.3869.09116.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.64%
GREEN value IS 204 (80.08% from 255) = 47.00%
BLUE value IS 71 (28.12% from 255) = 16.36%
R=36.64%
G=47.00%
B=16.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal159204710.2200.650.280.356.653.92
Hex9FCC471604114503936
Octal237314107260101241207166
Binary100111111100110010001111011001000001101001010000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,204,71); }

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

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

 a { background-color: rgb(159,204,71); }

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

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

 span { border-color: rgb(159,204,71); }

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