#8faf35

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

Shades of Limerick #8FAF35

Tints of Limerick #8FAF35

Color information

#8FAF35 (or 0x8FAF35) is unknown color: approx Limerick. HEX triplet: 8F, AF and 35. RGB value is (143,175,53). Sum of RGB (Red+Green+Blue) = 143+175+53=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAF35 is #7050CA. Grayscale: #979797. Windows color (decimal): -7360715 or 3518351. OLE color: 3518351.

HSL color Cylindrical-coordinate representation of color #8FAF35: hue angle of 75.74º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FAF35 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB14317553-
CMYK0.1800.700.31
HSL75.74º53.51%44.71%-
HSV(B)75.74º69.71%68.63%-
XYZ27.336.769.02-
YUV151.5272.4121.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.54%
GREEN value IS 175 (68.75% from 255) = 47.17%
BLUE value IS 53 (21.09% from 255) = 14.29%
R=38.54%
G=47.17%
B=14.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal143175530.1800.700.3175.7453.5144.71
Hex8FAF35120461F4c362d
Octal21725765220106371146655
Binary10001111101011111101011001001000110111111001100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8faf35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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