#8FB03A

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

Shades of Limerick #8FB03A

Tints of Limerick #8FB03A

Color information

#8FB03A (or 0x8FB03A) is unknown color: approx Limerick. HEX triplet: 8F, B0 and 3A. RGB value is (143,176,58). Sum of RGB (Red+Green+Blue) = 143+176+58=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 176 - color contains mainly: green. Hex color #8FB03A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FB03A is #704FC5. Grayscale: #999999. Windows color (decimal): -7360454 or 3846287. OLE color: 3846287.

HSL color Cylindrical-coordinate representation of color #8FB03A: hue angle of 76.78º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FB03A is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB14317658-
CMYK0.1900.670.31
HSL76.78º50.43%45.88%-
HSV(B)76.78º67.05%69.02%-
XYZ27.6237.29.73-
YUV152.6874.57121.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.93%
GREEN value IS 176 (69.14% from 255) = 46.68%
BLUE value IS 58 (23.05% from 255) = 15.38%
R=37.93%
G=46.68%
B=15.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal143176580.1900.670.3176.7850.4345.88
Hex8FB03A130431F4d322e
Octal21726072230103371156256
Binary10001111101100001110101001101000011111111001101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,176,58); }

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

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

 a { background-color: rgb(143,176,58); }

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

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

 span { border-color: rgb(143,176,58); }

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