Html Css Color HEX #8AB411 Limerick

📋 copy color: '#8AB411'

red 138 ◦ green 180 ◦ blue 17

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

Shades of Limerick #8AB411

Tints of Limerick #8AB411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.07%

R = 41.19%
G = 53.73%
B = 5.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#8AB411 (or 0x8AB411) is known color: Limerick. HEX triplet: 8A, B4 and 11. RGB value is (138,180,17). Sum of RGB (Red+Green+Blue) = 138+180+17=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 180 (70.70% from 255 or 53.73% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB411 is #754BEE. Grayscale: #959595. Windows color (decimal): -7687151 or 1160330. OLE color: 1160330.

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

Color convert

RGB 138 180 17 -
CMYK 0.23 0 0.91 0.29
HSL 75.46º 0.83% 0.39% -
HSV(B) 75.46º 0.91% 0.71% -
XYZ 26.9 38.09 6.46 -
YUV 148.86 53.59 120.25 -
System Red Green Blue C M Y K H S L
Decimal 138 180 17 0.23 0 0.91 0.29 75.46 0.83 0.39
Hex 8A B4 11 17 0 5B 1D 4B 53 27
Octal 212 264 21 27 0 133 35 113 123 47
Binary 10001010 10110100 10001 10111 0 1011011 11101 1001011 1010011 100111

Color Harmonies of #8AB411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB411

Black with #8AB411

Text Example


Text Example

White with #8AB411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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