Html Css Color HEX #8BAD1E Limerick

📋 copy color: '#8BAD1E'

red 139 ◦ green 173 ◦ blue 30

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

Shades of Limerick #8BAD1E

Tints of Limerick #8BAD1E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.58%

 BLUE value IS 30 (12.11% from 255) = 8.77%

R = 40.64%
G = 50.58%
B = 8.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#8BAD1E (or 0x8BAD1E) is known color: Limerick. HEX triplet: 8B, AD and 1E. RGB value is (139,173,30). Sum of RGB (Red+Green+Blue) = 139+173+30=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAD1E is #7452E1. Grayscale: #939393. Windows color (decimal): -7623394 or 2010507. OLE color: 2010507.

HSL color Cylindrical-coordinate representation of color #8BAD1E: hue angle of 74.27º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8BAD1E is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 139 173 30 -
CMYK 0.20 0 0.83 0.32
HSL 74.27º 0.7% 0.4% -
HSV(B) 74.27º 0.83% 0.68% -
XYZ 25.83 35.47 6.71 -
YUV 146.53 62.24 122.63 -
System Red Green Blue C M Y K H S L
Decimal 139 173 30 0.20 0 0.83 0.32 74.27 0.7 0.4
Hex 8B AD 1E 14 0 53 20 4A 46 28
Octal 213 255 36 24 0 123 40 112 106 50
Binary 10001011 10101101 11110 10100 0 1010011 100000 1001010 1000110 101000

Color Harmonies of #8BAD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAD1E

Black with #8BAD1E

Text Example


Text Example

White with #8BAD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,173,30); }

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

background-color css

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

 a { background-color: rgb(139,173,30); }

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

border-color css

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

 span { border-color: rgb(139,173,30); }

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