#8FB830

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

Shades of Limerick #8FB830

Tints of Limerick #8FB830

Color information

#8FB830 (or 0x8FB830) is unknown color: approx Limerick. HEX triplet: 8F, B8 and 30. RGB value is (143,184,48). Sum of RGB (Red+Green+Blue) = 143+184+48=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB830 is #7047CF. Grayscale: #9C9C9C. Windows color (decimal): -7358416 or 3192975. OLE color: 3192975.

HSL color Cylindrical-coordinate representation of color #8FB830: hue angle of 78.09º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8FB830 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB14318448-
CMYK0.2200.740.28
HSL78.09º58.62%45.49%-
HSV(B)78.09º73.91%72.16%-
XYZ2940.339.05-
YUV156.2466.92118.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.13%
GREEN value IS 184 (72.27% from 255) = 49.07%
BLUE value IS 48 (19.14% from 255) = 12.8%
R=38.13%
G=49.07%
B=12.8%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal143184480.2200.740.2878.0958.6245.49
Hex8FB8301604A1C4e3b2d
Octal21727060260112341167355
Binary10001111101110001100001011001001010111001001110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,184,48); }

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

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

 a { background-color: rgb(143,184,48); }

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

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

 span { border-color: rgb(143,184,48); }

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