#8FAF1C

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

Shades of Limerick #8FAF1C

Tints of Limerick #8FAF1C

Color information

#8FAF1C (or 0x8FAF1C) is unknown color: approx Limerick. HEX triplet: 8F, AF and 1C. RGB value is (143,175,28). Sum of RGB (Red+Green+Blue) = 143+175+28=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAF1C is #7050E3. Grayscale: #959595. Windows color (decimal): -7360740 or 1879951. OLE color: 1879951.

HSL color Cylindrical-coordinate representation of color #8FAF1C: hue angle of 73.06º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8FAF1C is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB14317528-
CMYK0.1800.840.31
HSL73.06º72.41%39.8%-
HSV(B)73.06º84%68.63%-
XYZ26.8736.586.74-
YUV148.6759.9123.95-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.33%
GREEN value IS 175 (68.75% from 255) = 50.58%
BLUE value IS 28 (11.33% from 255) = 8.09%
R=41.33%
G=50.58%
B=8.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal143175280.1800.840.3173.0672.4139.8
Hex8FAF1C120541F494828
Octal217257342201243711111050
Binary10001111101011111110010010010101001111110010011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,175,28); }

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

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

 a { background-color: rgb(143,175,28); }

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

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

 span { border-color: rgb(143,175,28); }

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