Html Css Color HEX #8AB614 Limerick

📋 copy color: '#8AB614'

red 138 ◦ green 182 ◦ blue 20

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

Shades of Limerick #8AB614

Tints of Limerick #8AB614

RGB

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

 GREEN value IS 182 (71.48% from 255) = 53.53%

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

R = 40.59%
G = 53.53%
B = 5.88%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#8AB614 (or 0x8AB614) is known color: Limerick. HEX triplet: 8A, B6 and 14. RGB value is (138,182,20). Sum of RGB (Red+Green+Blue) = 138+182+20=340 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.59% from 340); Green value is 182 (71.48% from 255 or 53.53% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB614 is #7549EB. Grayscale: #969696. Windows color (decimal): -7686636 or 1357450. OLE color: 1357450.

HSL color Cylindrical-coordinate representation of color #8AB614: hue angle of 76.3º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8AB614 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 182 20 -
CMYK 0.24 0 0.89 0.29
HSL 76.3º 0.8% 0.4% -
HSV(B) 76.3º 0.89% 0.71% -
XYZ 27.34 38.91 6.73 -
YUV 150.38 54.42 119.17 -
System Red Green Blue C M Y K H S L
Decimal 138 182 20 0.24 0 0.89 0.29 76.3 0.8 0.4
Hex 8A B6 14 18 0 59 1D 4C 50 28
Octal 212 266 24 30 0 131 35 114 120 50
Binary 10001010 10110110 10100 11000 0 1011001 11101 1001100 1010000 101000

Color Harmonies of #8AB614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB614

Black with #8AB614

Text Example


Text Example

White with #8AB614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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