Html Css Color HEX #8AC51A Limerick

📋 copy color: '#8AC51A'

red 138 ◦ green 197 ◦ blue 26

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

Shades of Limerick #8AC51A

Tints of Limerick #8AC51A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 54.57%

 BLUE value IS 26 (10.55% from 255) = 7.2%

R = 38.23%
G = 54.57%
B = 7.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#8AC51A (or 0x8AC51A) is known color: Limerick. HEX triplet: 8A, C5 and 1A. RGB value is (138,197,26). Sum of RGB (Red+Green+Blue) = 138+197+26=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 197 (77.34% from 255 or 54.57% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC51A is #753AE5. Grayscale: #A0A0A0. Windows color (decimal): -7682790 or 1754506. OLE color: 1754506.

HSL color Cylindrical-coordinate representation of color #8AC51A: hue angle of 80.7º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8AC51A is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 138 197 26 -
CMYK 0.30 0 0.87 0.23
HSL 80.7º 0.77% 0.44% -
HSV(B) 80.7º 0.87% 0.77% -
XYZ 30.63 45.41 8.13 -
YUV 159.87 52.45 112.4 -
System Red Green Blue C M Y K H S L
Decimal 138 197 26 0.30 0 0.87 0.23 80.7 0.77 0.44
Hex 8A C5 1A 1E 0 57 17 51 4D 2C
Octal 212 305 32 36 0 127 27 121 115 54
Binary 10001010 11000101 11010 11110 0 1010111 10111 1010001 1001101 101100

Color Harmonies of #8AC51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC51A

Black with #8AC51A

Text Example


Text Example

White with #8AC51A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,197,26); }

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

background-color css

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

 a { background-color: rgb(138,197,26); }

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

border-color css

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

 span { border-color: rgb(138,197,26); }

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