Html Css Color HEX #8FBF1A Limerick

📋 copy color: '#8FBF1A'

red 143 ◦ green 191 ◦ blue 26

#8FBF1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #8FBF1A

Tints of Limerick #8FBF1A

RGB

 RED value IS 143 (56.25% from 255) = 39.72%

 GREEN value IS 191 (75% from 255) = 53.06%

 BLUE value IS 26 (10.55% from 255) = 7.22%

R = 39.72%
G = 53.06%
B = 7.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#8FBF1A (or 0x8FBF1A) is known color: Limerick. HEX triplet: 8F, BF and 1A. RGB value is (143,191,26). Sum of RGB (Red+Green+Blue) = 143+191+26=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBF1A is #7040E5. Grayscale: #9E9E9E. Windows color (decimal): -7356646 or 1752975. OLE color: 1752975.

HSL color Cylindrical-coordinate representation of color #8FBF1A: hue angle of 77.45º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8FBF1A is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 191 26 -
CMYK 0.25 0 0.86 0.25
HSL 77.45º 0.76% 0.43% -
HSV(B) 77.45º 0.86% 0.75% -
XYZ 30.14 43.18 7.72 -
YUV 157.84 53.6 117.42 -
System Red Green Blue C M Y K H S L
Decimal 143 191 26 0.25 0 0.86 0.25 77.45 0.76 0.43
Hex 8F BF 1A 19 0 56 19 4D 4C 2B
Octal 217 277 32 31 0 126 31 115 114 53
Binary 10001111 10111111 11010 11001 0 1010110 11001 1001101 1001100 101011

Color Harmonies of #8FBF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBF1A

Black with #8FBF1A

Text Example


Text Example

White with #8FBF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,191,26); }

 H1.HeaderClassName
 {
   color: #8FBF1A;
 }
 .AnyTagClassName
 {
   color: #8FBF1A;
 }
</style>

background-color css

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

 a { background-color: rgb(143,191,26); }

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

border-color css

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

 span { border-color: rgb(143,191,26); }

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