#8FB234

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

Shades of Limerick #8FB234

Tints of Limerick #8FB234

Color information

#8FB234 (or 0x8FB234) is unknown color: approx Limerick. HEX triplet: 8F, B2 and 34. RGB value is (143,178,52). Sum of RGB (Red+Green+Blue) = 143+178+52=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 178 (69.92% from 255 or 47.72% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 178 - color contains mainly: green. Hex color #8FB234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FB234 is #704DCB. Grayscale: #999999. Windows color (decimal): -7359948 or 3453583. OLE color: 3453583.

HSL color Cylindrical-coordinate representation of color #8FB234: hue angle of 76.67º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8FB234 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB14317852-
CMYK0.2000.710.30
HSL76.67º54.78%45.1%-
HSV(B)76.67º70.79%69.8%-
XYZ27.8737.939.1-
YUV153.1770.9120.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.34%
GREEN value IS 178 (69.92% from 255) = 47.72%
BLUE value IS 52 (20.70% from 255) = 13.94%
R=38.34%
G=47.72%
B=13.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal143178520.2000.710.3076.6754.7845.1
Hex8FB234140471E4d372d
Octal21726264240107361156755
Binary10001111101100101101001010001000111111101001101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,178,52); }

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

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

 a { background-color: rgb(143,178,52); }

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

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

 span { border-color: rgb(143,178,52); }

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