Html Css Color HEX #8AB71F Limerick

📋 copy color: '#8AB71F'

red 138 ◦ green 183 ◦ blue 31

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

Shades of Limerick #8AB71F

Tints of Limerick #8AB71F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.81%

R = 39.2%
G = 51.99%
B = 8.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#8AB71F (or 0x8AB71F) is known color: Limerick. HEX triplet: 8A, B7 and 1F. RGB value is (138,183,31). Sum of RGB (Red+Green+Blue) = 138+183+31=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB71F is #7548E0. Grayscale: #989898. Windows color (decimal): -7686369 or 2078602. OLE color: 2078602.

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

Color convert

RGB 138 183 31 -
CMYK 0.25 0 0.83 0.28
HSL 77.76º 0.71% 0.42% -
HSV(B) 77.76º 0.83% 0.72% -
XYZ 27.66 39.37 7.44 -
YUV 152.22 59.59 117.86 -
System Red Green Blue C M Y K H S L
Decimal 138 183 31 0.25 0 0.83 0.28 77.76 0.71 0.42
Hex 8A B7 1F 19 0 53 1C 4E 47 2A
Octal 212 267 37 31 0 123 34 116 107 52
Binary 10001010 10110111 11111 11001 0 1010011 11100 1001110 1000111 101010

Color Harmonies of #8AB71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB71F

Black with #8AB71F

Text Example


Text Example

White with #8AB71F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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