Html Css Color HEX #8AB412 Limerick

📋 copy color: '#8AB412'

red 138 ◦ green 180 ◦ blue 18

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

Shades of Limerick #8AB412

Tints of Limerick #8AB412

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.57%

 BLUE value IS 18 (7.42% from 255) = 5.36%

R = 41.07%
G = 53.57%
B = 5.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#8AB412 (or 0x8AB412) is known color: Limerick. HEX triplet: 8A, B4 and 12. RGB value is (138,180,18). Sum of RGB (Red+Green+Blue) = 138+180+18=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB412 is #754BED. Grayscale: #959595. Windows color (decimal): -7687150 or 1225866. OLE color: 1225866.

HSL color Cylindrical-coordinate representation of color #8AB412: hue angle of 75.56º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8AB412 is Cyan = 0.23, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 180 18 -
CMYK 0.23 0 0.9 0.29
HSL 75.56º 0.82% 0.39% -
HSV(B) 75.56º 0.9% 0.71% -
XYZ 26.91 38.09 6.51 -
YUV 148.97 54.09 120.17 -
System Red Green Blue C M Y K H S L
Decimal 138 180 18 0.23 0 0.9 0.29 75.56 0.82 0.39
Hex 8A B4 12 17 0 5A 1D 4C 52 27
Octal 212 264 22 27 0 132 35 114 122 47
Binary 10001010 10110100 10010 10111 0 1011010 11101 1001100 1010010 100111

Color Harmonies of #8AB412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB412

Black with #8AB412

Text Example


Text Example

White with #8AB412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,180,18); }

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

background-color css

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

 a { background-color: rgb(138,180,18); }

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

border-color css

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

 span { border-color: rgb(138,180,18); }

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