Html Css Color HEX #8FBD2A Limerick

📋 copy color: '#8FBD2A'

red 143 ◦ green 189 ◦ blue 42

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

Shades of Limerick #8FBD2A

Tints of Limerick #8FBD2A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.53%

 BLUE value IS 42 (16.8% from 255) = 11.23%

R = 38.24%
G = 50.53%
B = 11.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#8FBD2A (or 0x8FBD2A) is known color: Limerick. HEX triplet: 8F, BD and 2A. RGB value is (143,189,42). Sum of RGB (Red+Green+Blue) = 143+189+42=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #8FBD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBD2A is #7042D5. Grayscale: #9F9F9F. Windows color (decimal): -7357142 or 2801039. OLE color: 2801039.

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

Color convert

RGB 143 189 42 -
CMYK 0.24 0 0.78 0.26
HSL 78.78º 0.64% 0.45% -
HSV(B) 78.78º 0.78% 0.74% -
XYZ 29.94 42.4 8.8 -
YUV 158.49 62.26 116.95 -
System Red Green Blue C M Y K H S L
Decimal 143 189 42 0.24 0 0.78 0.26 78.78 0.64 0.45
Hex 8F BD 2A 18 0 4E 1A 4F 40 2D
Octal 217 275 52 30 0 116 32 117 100 55
Binary 10001111 10111101 101010 11000 0 1001110 11010 1001111 1000000 101101

Color Harmonies of #8FBD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBD2A

Black with #8FBD2A

Text Example


Text Example

White with #8FBD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,189,42); }

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

background-color css

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

 a { background-color: rgb(143,189,42); }

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

border-color css

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

 span { border-color: rgb(143,189,42); }

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