#8FBF49

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

Shades of Atlantis #8FBF49

Tints of Atlantis #8FBF49

Color information

#8FBF49 (or 0x8FBF49) is unknown color: approx Atlantis. HEX triplet: 8F, BF and 49. RGB value is (143,191,73). Sum of RGB (Red+Green+Blue) = 143+191+73=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBF49 is #7040B6. Grayscale: #A3A3A3. Windows color (decimal): -7356599 or 4833167. OLE color: 4833167.

HSL color Cylindrical-coordinate representation of color #8FBF49: hue angle of 84.41º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FBF49 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB14319173-
CMYK0.2500.620.25
HSL84.41º47.97%51.76%-
HSV(B)84.41º61.78%74.9%-
XYZ31.1643.5813.07-
YUV163.277.1113.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.14%
GREEN value IS 191 (75% from 255) = 46.93%
BLUE value IS 73 (28.91% from 255) = 17.94%
R=35.14%
G=46.93%
B=17.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143191730.2500.620.2584.4147.9751.76
Hex8FBF491903E19543034
Octal21727711131076311246064
Binary10001111101111111001001110010111110110011010100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FBF49; }

 p { color: rgb(143,191,73); }

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

<style>
 a { background-color: #8FBF49; }

 a { background-color: rgb(143,191,73); }

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

<style>
 span { border-color: #8FBF49; }

 span { border-color: rgb(143,191,73); }

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