Html Css Color HEX #8ABD14 Limerick

📋 copy color: '#8ABD14'

red 138 ◦ green 189 ◦ blue 20

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

Shades of Limerick #8ABD14

Tints of Limerick #8ABD14

RGB

 RED value IS 138 (54.3% from 255) = 39.77%

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

 BLUE value IS 20 (8.2% from 255) = 5.76%

R = 39.77%
G = 54.47%
B = 5.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#8ABD14 (or 0x8ABD14) is known color: Limerick. HEX triplet: 8A, BD and 14. RGB value is (138,189,20). Sum of RGB (Red+Green+Blue) = 138+189+20=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABD14 is #7542EB. Grayscale: #9B9B9B. Windows color (decimal): -7684844 or 1359242. OLE color: 1359242.

HSL color Cylindrical-coordinate representation of color #8ABD14: hue angle of 78.11º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8ABD14 is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 189 20 -
CMYK 0.27 0 0.89 0.26
HSL 78.11º 0.81% 0.41% -
HSV(B) 78.11º 0.89% 0.74% -
XYZ 28.81 41.85 7.22 -
YUV 154.49 52.1 116.24 -
System Red Green Blue C M Y K H S L
Decimal 138 189 20 0.27 0 0.89 0.26 78.11 0.81 0.41
Hex 8A BD 14 1B 0 59 1A 4E 51 29
Octal 212 275 24 33 0 131 32 116 121 51
Binary 10001010 10111101 10100 11011 0 1011001 11010 1001110 1010001 101001

Color Harmonies of #8ABD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABD14

Black with #8ABD14

Text Example


Text Example

White with #8ABD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,189,20); }

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

background-color css

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

 a { background-color: rgb(138,189,20); }

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

border-color css

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

 span { border-color: rgb(138,189,20); }

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