Html Css Color HEX #8AB31D Limerick

📋 copy color: '#8AB31D'

red 138 ◦ green 179 ◦ blue 29

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

Shades of Limerick #8AB31D

Tints of Limerick #8AB31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.38%

R = 39.88%
G = 51.73%
B = 8.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#8AB31D (or 0x8AB31D) is known color: Limerick. HEX triplet: 8A, B3 and 1D. RGB value is (138,179,29). Sum of RGB (Red+Green+Blue) = 138+179+29=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB31D is #754CE2. Grayscale: #969696. Windows color (decimal): -7687395 or 1946506. OLE color: 1946506.

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

Color convert

RGB 138 179 29 -
CMYK 0.23 0 0.84 0.30
HSL 76.4º 0.72% 0.41% -
HSV(B) 76.4º 0.84% 0.7% -
XYZ 26.82 37.73 7.03 -
YUV 149.64 59.92 119.7 -
System Red Green Blue C M Y K H S L
Decimal 138 179 29 0.23 0 0.84 0.30 76.4 0.72 0.41
Hex 8A B3 1D 17 0 54 1E 4C 48 29
Octal 212 263 35 27 0 124 36 114 110 51
Binary 10001010 10110011 11101 10111 0 1010100 11110 1001100 1001000 101001

Color Harmonies of #8AB31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB31D

Black with #8AB31D

Text Example


Text Example

White with #8AB31D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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