Html Css Color HEX #8ABA1D Limerick

📋 copy color: '#8ABA1D'

red 138 ◦ green 186 ◦ blue 29

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

Shades of Limerick #8ABA1D

Tints of Limerick #8ABA1D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.69%

 BLUE value IS 29 (11.72% from 255) = 8.22%

R = 39.09%
G = 52.69%
B = 8.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#8ABA1D (or 0x8ABA1D) is known color: Limerick. HEX triplet: 8A, BA and 1D. RGB value is (138,186,29). Sum of RGB (Red+Green+Blue) = 138+186+29=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA1D is #7545E2. Grayscale: #9A9A9A. Windows color (decimal): -7685603 or 1948298. OLE color: 1948298.

HSL color Cylindrical-coordinate representation of color #8ABA1D: hue angle of 78.34º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8ABA1D is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 186 29 -
CMYK 0.26 0 0.84 0.27
HSL 78.34º 0.73% 0.42% -
HSV(B) 78.34º 0.84% 0.73% -
XYZ 28.26 40.61 7.51 -
YUV 153.75 57.6 116.77 -
System Red Green Blue C M Y K H S L
Decimal 138 186 29 0.26 0 0.84 0.27 78.34 0.73 0.42
Hex 8A BA 1D 1A 0 54 1B 4E 49 2A
Octal 212 272 35 32 0 124 33 116 111 52
Binary 10001010 10111010 11101 11010 0 1010100 11011 1001110 1001001 101010

Color Harmonies of #8ABA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABA1D

Black with #8ABA1D

Text Example


Text Example

White with #8ABA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,186,29); }

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

background-color css

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

 a { background-color: rgb(138,186,29); }

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

border-color css

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

 span { border-color: rgb(138,186,29); }

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