Html Css Color HEX #8BAF18 Limerick

📋 copy color: '#8BAF18'

red 139 ◦ green 175 ◦ blue 24

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

Shades of Limerick #8BAF18

Tints of Limerick #8BAF18

RGB

 RED value IS 139 (54.69% from 255) = 41.12%

 GREEN value IS 175 (68.75% from 255) = 51.78%

 BLUE value IS 24 (9.77% from 255) = 7.1%

R = 41.12%
G = 51.78%
B = 7.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#8BAF18 (or 0x8BAF18) is known color: Limerick. HEX triplet: 8B, AF and 18. RGB value is (139,175,24). Sum of RGB (Red+Green+Blue) = 139+175+24=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAF18 is #7450E7. Grayscale: #939393. Windows color (decimal): -7622888 or 1617803. OLE color: 1617803.

HSL color Cylindrical-coordinate representation of color #8BAF18: hue angle of 74.3º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8BAF18 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 139 175 24 -
CMYK 0.21 0 0.86 0.31
HSL 74.3º 0.76% 0.39% -
HSV(B) 74.3º 0.86% 0.69% -
XYZ 26.14 36.21 6.48 -
YUV 147.02 58.57 122.28 -
System Red Green Blue C M Y K H S L
Decimal 139 175 24 0.21 0 0.86 0.31 74.3 0.76 0.39
Hex 8B AF 18 15 0 56 1F 4A 4C 27
Octal 213 257 30 25 0 126 37 112 114 47
Binary 10001011 10101111 11000 10101 0 1010110 11111 1001010 1001100 100111

Color Harmonies of #8BAF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAF18

Black with #8BAF18

Text Example


Text Example

White with #8BAF18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,175,24); }

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

background-color css

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

 a { background-color: rgb(139,175,24); }

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

border-color css

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

 span { border-color: rgb(139,175,24); }

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