Html Css Color HEX #8AB81B Limerick

📋 copy color: '#8AB81B'

red 138 ◦ green 184 ◦ blue 27

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

Shades of Limerick #8AB81B

Tints of Limerick #8AB81B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.72%

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

R = 39.54%
G = 52.72%
B = 7.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#8AB81B (or 0x8AB81B) is known color: Limerick. HEX triplet: 8A, B8 and 1B. RGB value is (138,184,27). Sum of RGB (Red+Green+Blue) = 138+184+27=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 184 (72.27% from 255 or 52.72% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB81B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB81B is #7547E4. Grayscale: #989898. Windows color (decimal): -7686117 or 1816714. OLE color: 1816714.

HSL color Cylindrical-coordinate representation of color #8AB81B: hue angle of 77.58º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8AB81B is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 184 27 -
CMYK 0.25 0 0.85 0.28
HSL 77.58º 0.74% 0.41% -
HSV(B) 77.58º 0.85% 0.72% -
XYZ 27.82 39.76 7.25 -
YUV 152.35 57.26 117.77 -
System Red Green Blue C M Y K H S L
Decimal 138 184 27 0.25 0 0.85 0.28 77.58 0.74 0.41
Hex 8A B8 1B 19 0 55 1C 4E 4A 29
Octal 212 270 33 31 0 125 34 116 112 51
Binary 10001010 10111000 11011 11001 0 1010101 11100 1001110 1001010 101001

Color Harmonies of #8AB81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB81B

Black with #8AB81B

Text Example


Text Example

White with #8AB81B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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