Html Css Color HEX #8AB71B Limerick

📋 copy color: '#8AB71B'

red 138 ◦ green 183 ◦ blue 27

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

Shades of Limerick #8AB71B

Tints of Limerick #8AB71B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.59%

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

R = 39.66%
G = 52.59%
B = 7.76%

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

#8AB71B (or 0x8AB71B) is known color: Limerick. HEX triplet: 8A, B7 and 1B. RGB value is (138,183,27). Sum of RGB (Red+Green+Blue) = 138+183+27=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 183 (71.88% from 255 or 52.59% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB71B is #7548E4. Grayscale: #989898. Windows color (decimal): -7686373 or 1816458. OLE color: 1816458.

HSL color Cylindrical-coordinate representation of color #8AB71B: hue angle of 77.31º 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 #8AB71B is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 183 27 -
CMYK 0.25 0 0.85 0.28
HSL 77.31º 0.74% 0.41% -
HSV(B) 77.31º 0.85% 0.72% -
XYZ 27.61 39.35 7.18 -
YUV 151.76 57.59 118.18 -
System Red Green Blue C M Y K H S L
Decimal 138 183 27 0.25 0 0.85 0.28 77.31 0.74 0.41
Hex 8A B7 1B 19 0 55 1C 4D 4A 29
Octal 212 267 33 31 0 125 34 115 112 51
Binary 10001010 10110111 11011 11001 0 1010101 11100 1001101 1001010 101001

Color Harmonies of #8AB71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB71B

Black with #8AB71B

Text Example


Text Example

White with #8AB71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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