Html Css Color HEX #8AB71D Limerick

📋 copy color: '#8AB71D'

red 138 ◦ green 183 ◦ blue 29

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

Shades of Limerick #8AB71D

Tints of Limerick #8AB71D

RGB

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

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

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

R = 39.43%
G = 52.29%
B = 8.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#8AB71D (or 0x8AB71D) is known color: Limerick. HEX triplet: 8A, B7 and 1D. RGB value is (138,183,29). Sum of RGB (Red+Green+Blue) = 138+183+29=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB71D is #7548E2. Grayscale: #989898. Windows color (decimal): -7686371 or 1947530. OLE color: 1947530.

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

Color convert

RGB 138 183 29 -
CMYK 0.25 0 0.84 0.28
HSL 77.53º 0.73% 0.42% -
HSV(B) 77.53º 0.84% 0.72% -
XYZ 27.64 39.36 7.3 -
YUV 151.99 58.59 118.02 -
System Red Green Blue C M Y K H S L
Decimal 138 183 29 0.25 0 0.84 0.28 77.53 0.73 0.42
Hex 8A B7 1D 19 0 54 1C 4E 49 2A
Octal 212 267 35 31 0 124 34 116 111 52
Binary 10001010 10110111 11101 11001 0 1010100 11100 1001110 1001001 101010

Color Harmonies of #8AB71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB71D

Black with #8AB71D

Text Example


Text Example

White with #8AB71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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