Html Css Color HEX #8AB31B Limerick

📋 copy color: '#8AB31B'

red 138 ◦ green 179 ◦ blue 27

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

Shades of Limerick #8AB31B

Tints of Limerick #8AB31B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.03%

 BLUE value IS 27 (10.94% from 255) = 7.85%

R = 40.12%
G = 52.03%
B = 7.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#8AB31B (or 0x8AB31B) is known color: Limerick. HEX triplet: 8A, B3 and 1B. RGB value is (138,179,27). Sum of RGB (Red+Green+Blue) = 138+179+27=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 179 (70.31% from 255 or 52.03% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB31B is #754CE4. Grayscale: #959595. Windows color (decimal): -7687397 or 1815434. OLE color: 1815434.

HSL color Cylindrical-coordinate representation of color #8AB31B: hue angle of 76.18º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8AB31B is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 179 27 -
CMYK 0.23 0 0.85 0.30
HSL 76.18º 0.74% 0.4% -
HSV(B) 76.18º 0.85% 0.7% -
XYZ 26.8 37.72 6.91 -
YUV 149.41 58.92 119.86 -
System Red Green Blue C M Y K H S L
Decimal 138 179 27 0.23 0 0.85 0.30 76.18 0.74 0.4
Hex 8A B3 1B 17 0 55 1E 4C 4A 28
Octal 212 263 33 27 0 125 36 114 112 50
Binary 10001010 10110011 11011 10111 0 1010101 11110 1001100 1001010 101000

Color Harmonies of #8AB31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB31B

Black with #8AB31B

Text Example


Text Example

White with #8AB31B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,179,27); }

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

background-color css

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

 a { background-color: rgb(138,179,27); }

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

border-color css

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

 span { border-color: rgb(138,179,27); }

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