Html Css Color HEX #8FBC1A Limerick

📋 copy color: '#8FBC1A'

red 143 ◦ green 188 ◦ blue 26

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

Shades of Limerick #8FBC1A

Tints of Limerick #8FBC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.66%

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

R = 40.06%
G = 52.66%
B = 7.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#8FBC1A (or 0x8FBC1A) is known color: Limerick. HEX triplet: 8F, BC and 1A. RGB value is (143,188,26). Sum of RGB (Red+Green+Blue) = 143+188+26=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC1A is #7043E5. Grayscale: #9C9C9C. Windows color (decimal): -7357414 or 1752207. OLE color: 1752207.

HSL color Cylindrical-coordinate representation of color #8FBC1A: hue angle of 76.67º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8FBC1A is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 188 26 -
CMYK 0.24 0 0.86 0.26
HSL 76.67º 0.76% 0.42% -
HSV(B) 76.67º 0.86% 0.74% -
XYZ 29.5 41.88 7.51 -
YUV 156.08 54.59 118.67 -
System Red Green Blue C M Y K H S L
Decimal 143 188 26 0.24 0 0.86 0.26 76.67 0.76 0.42
Hex 8F BC 1A 18 0 56 1A 4D 4C 2A
Octal 217 274 32 30 0 126 32 115 114 52
Binary 10001111 10111100 11010 11000 0 1010110 11010 1001101 1001100 101010

Color Harmonies of #8FBC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBC1A

Black with #8FBC1A

Text Example


Text Example

White with #8FBC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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