Html Css Color HEX #8AB31F Limerick

📋 copy color: '#8AB31F'

red 138 ◦ green 179 ◦ blue 31

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

Shades of Limerick #8AB31F

Tints of Limerick #8AB31F

RGB

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

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

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

R = 39.66%
G = 51.44%
B = 8.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#8AB31F (or 0x8AB31F) is known color: Limerick. HEX triplet: 8A, B3 and 1F. RGB value is (138,179,31). Sum of RGB (Red+Green+Blue) = 138+179+31=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB31F is #754CE0. Grayscale: #969696. Windows color (decimal): -7687393 or 2077578. OLE color: 2077578.

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

Color convert

RGB 138 179 31 -
CMYK 0.23 0 0.83 0.30
HSL 76.62º 0.7% 0.41% -
HSV(B) 76.62º 0.83% 0.7% -
XYZ 26.85 37.74 7.17 -
YUV 149.87 60.92 119.53 -
System Red Green Blue C M Y K H S L
Decimal 138 179 31 0.23 0 0.83 0.30 76.62 0.7 0.41
Hex 8A B3 1F 17 0 53 1E 4D 46 29
Octal 212 263 37 27 0 123 36 115 106 51
Binary 10001010 10110011 11111 10111 0 1010011 11110 1001101 1000110 101001

Color Harmonies of #8AB31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB31F

Black with #8AB31F

Text Example


Text Example

White with #8AB31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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