#8FBF42

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

Shades of Atlantis #8FBF42

Tints of Atlantis #8FBF42

Color information

#8FBF42 (or 0x8FBF42) is unknown color: approx Atlantis. HEX triplet: 8F, BF and 42. RGB value is (143,191,66). Sum of RGB (Red+Green+Blue) = 143+191+66=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBF42 is #7040BD. Grayscale: #A2A2A2. Windows color (decimal): -7356606 or 4374415. OLE color: 4374415.

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

Color convert

RGB14319166-
CMYK0.2500.650.25
HSL83.04º49.41%50.39%-
HSV(B)83.04º65.45%74.9%-
XYZ30.9443.4911.92-
YUV162.473.6114.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.75%
GREEN value IS 191 (75% from 255) = 47.75%
BLUE value IS 66 (26.17% from 255) = 16.5%
R=35.75%
G=47.75%
B=16.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143191660.2500.650.2583.0449.4150.39
Hex8FBF421904119533132
Octal217277102310101311236162
Binary100011111011111110000101100101000001110011010011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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