Html Css Color HEX #8FBA2D Limerick

📋 copy color: '#8FBA2D'

red 143 ◦ green 186 ◦ blue 45

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

Shades of Limerick #8FBA2D

Tints of Limerick #8FBA2D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.73%

 BLUE value IS 45 (17.97% from 255) = 12.03%

R = 38.24%
G = 49.73%
B = 12.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#8FBA2D (or 0x8FBA2D) is known color: Limerick. HEX triplet: 8F, BA and 2D. RGB value is (143,186,45). Sum of RGB (Red+Green+Blue) = 143+186+45=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBA2D is #7045D2. Grayscale: #9D9D9D. Windows color (decimal): -7357907 or 2996879. OLE color: 2996879.

HSL color Cylindrical-coordinate representation of color #8FBA2D: hue angle of 78.3º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8FBA2D is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 186 45 -
CMYK 0.23 0 0.76 0.27
HSL 78.3º 0.61% 0.45% -
HSV(B) 78.3º 0.76% 0.73% -
XYZ 29.36 41.15 8.88 -
YUV 157.07 64.75 117.96 -
System Red Green Blue C M Y K H S L
Decimal 143 186 45 0.23 0 0.76 0.27 78.3 0.61 0.45
Hex 8F BA 2D 17 0 4C 1B 4E 3D 2D
Octal 217 272 55 27 0 114 33 116 75 55
Binary 10001111 10111010 101101 10111 0 1001100 11011 1001110 111101 101101

Color Harmonies of #8FBA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBA2D

Black with #8FBA2D

Text Example


Text Example

White with #8FBA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,186,45); }

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

background-color css

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

 a { background-color: rgb(143,186,45); }

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

border-color css

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

 span { border-color: rgb(143,186,45); }

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