#8FC21F

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

Shades of Limerick #8FC21F

Tints of Limerick #8FC21F

Color information

#8FC21F (or 0x8FC21F) is unknown color: approx Limerick. HEX triplet: 8F, C2 and 1F. RGB value is (143,194,31). Sum of RGB (Red+Green+Blue) = 143+194+31=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC21F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC21F is #703DE0. Grayscale: #A0A0A0. Windows color (decimal): -7355873 or 2081423. OLE color: 2081423.

HSL color Cylindrical-coordinate representation of color #8FC21F: hue angle of 78.77º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8FC21F is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB14319431-
CMYK0.2600.840.24
HSL78.77º72.44%44.12%-
HSV(B)78.77º84.02%76.08%-
XYZ30.8744.528.26-
YUV160.1755.1115.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.86%
GREEN value IS 194 (76.17% from 255) = 52.72%
BLUE value IS 31 (12.5% from 255) = 8.42%
R=38.86%
G=52.72%
B=8.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal143194310.2600.840.2478.7772.4444.12
Hex8FC21F1A054184f482c
Octal217302373201243011711054
Binary10001111110000101111111010010101001100010011111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,194,31); }

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

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

 a { background-color: rgb(143,194,31); }

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

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

 span { border-color: rgb(143,194,31); }

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