#8FC46F

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

Shades of Olivine #8FC46F

Tints of Olivine #8FC46F

Color information

#8FC46F (or 0x8FC46F) is unknown color: approx Olivine. HEX triplet: 8F, C4 and 6F. RGB value is (143,196,111). Sum of RGB (Red+Green+Blue) = 143+196+111=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC46F is #703B90. Grayscale: #AAAAAA. Windows color (decimal): -7355281 or 7324815. OLE color: 7324815.

HSL color Cylindrical-coordinate representation of color #8FC46F: hue angle of 97.41º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FC46F is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB143196111-
CMYK0.2700.430.23
HSL97.41º41.87%60.2%-
HSV(B)97.41º43.37%76.86%-
XYZ33.9446.4722.22-
YUV170.4694.44108.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.78%
GREEN value IS 196 (76.95% from 255) = 43.56%
BLUE value IS 111 (43.75% from 255) = 24.67%
R=31.78%
G=43.56%
B=24.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1431961110.2700.430.2397.4141.8760.2
Hex8FC46F1B02B17612a3c
Octal21730415733053271415274
Binary10001111110001001101111110110101011101111100001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,196,111); }

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

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

 a { background-color: rgb(143,196,111); }

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

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

 span { border-color: rgb(143,196,111); }

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