#8FAD27

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

Shades of Limerick #8FAD27

Tints of Limerick #8FAD27

Color information

#8FAD27 (or 0x8FAD27) is unknown color: approx Limerick. HEX triplet: 8F, AD and 27. RGB value is (143,173,39). Sum of RGB (Red+Green+Blue) = 143+173+39=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAD27 is #7052D8. Grayscale: #959595. Windows color (decimal): -7361241 or 2600335. OLE color: 2600335.

HSL color Cylindrical-coordinate representation of color #8FAD27: hue angle of 73.43º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8FAD27 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB14317339-
CMYK0.1700.770.32
HSL73.43º63.21%41.57%-
HSV(B)73.43º77.46%67.84%-
XYZ26.6435.877.44-
YUV148.7566.06123.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.28%
GREEN value IS 173 (67.97% from 255) = 48.73%
BLUE value IS 39 (15.62% from 255) = 10.99%
R=40.28%
G=48.73%
B=10.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal143173390.1700.770.3273.4363.2141.57
Hex8FAD271104D20493f2a
Octal21725547210115401117752
Binary100011111010110110011110001010011011000001001001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAD27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,173,39); }

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

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

 a { background-color: rgb(143,173,39); }

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

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

 span { border-color: rgb(143,173,39); }

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