#9FBA42

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

Shades of Atlantis #9FBA42

Tints of Atlantis #9FBA42

Color information

#9FBA42 (or 0x9FBA42) is unknown color: approx Atlantis. HEX triplet: 9F, BA and 42. RGB value is (159,186,66). Sum of RGB (Red+Green+Blue) = 159+186+66=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBA42 is #6045BD. Grayscale: #A4A4A4. Windows color (decimal): -6309310 or 4373151. OLE color: 4373151.

HSL color Cylindrical-coordinate representation of color #9FBA42: hue angle of 73.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FBA42 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB15918666-
CMYK0.1500.650.27
HSL73.5º47.62%49.41%-
HSV(B)73.5º64.52%72.94%-
XYZ32.8442.8811.7-
YUV164.2572.55124.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.69%
GREEN value IS 186 (73.05% from 255) = 45.26%
BLUE value IS 66 (26.17% from 255) = 16.06%
R=38.69%
G=45.26%
B=16.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159186660.1500.650.2773.547.6249.41
Hex9FBA42F0411B4a3031
Octal237272102170101331126061
Binary10011111101110101000010111101000001110111001010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,186,66); }

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

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

 a { background-color: rgb(159,186,66); }

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

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

 span { border-color: rgb(159,186,66); }

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