Html Css Color HEX #8EB316 Limerick

📋 copy color: '#8EB316'

red 142 ◦ green 179 ◦ blue 22

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

Shades of Limerick #8EB316

Tints of Limerick #8EB316

RGB

 RED value IS 142 (55.86% from 255) = 41.4%

 GREEN value IS 179 (70.31% from 255) = 52.19%

 BLUE value IS 22 (8.98% from 255) = 6.41%

R = 41.4%
G = 52.19%
B = 6.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#8EB316 (or 0x8EB316) is known color: Limerick. HEX triplet: 8E, B3 and 16. RGB value is (142,179,22). Sum of RGB (Red+Green+Blue) = 142+179+22=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #8EB316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB316 is #714CE9. Grayscale: #969696. Windows color (decimal): -7425258 or 1487758. OLE color: 1487758.

HSL color Cylindrical-coordinate representation of color #8EB316: hue angle of 74.14º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8EB316 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 142 179 22 -
CMYK 0.21 0 0.88 0.30
HSL 74.14º 0.78% 0.39% -
HSV(B) 74.14º 0.88% 0.7% -
XYZ 27.42 38.05 6.66 -
YUV 150.04 55.74 122.27 -
System Red Green Blue C M Y K H S L
Decimal 142 179 22 0.21 0 0.88 0.30 74.14 0.78 0.39
Hex 8E B3 16 15 0 58 1E 4A 4E 27
Octal 216 263 26 25 0 130 36 112 116 47
Binary 10001110 10110011 10110 10101 0 1011000 11110 1001010 1001110 100111

Color Harmonies of #8EB316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB316

Black with #8EB316

Text Example


Text Example

White with #8EB316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,179,22); }

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

background-color css

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

 a { background-color: rgb(142,179,22); }

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

border-color css

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

 span { border-color: rgb(142,179,22); }

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