Html Css Color HEX #8AB12D Limerick

📋 copy color: '#8AB12D'

red 138 ◦ green 177 ◦ blue 45

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

Shades of Limerick #8AB12D

Tints of Limerick #8AB12D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.17%

 BLUE value IS 45 (17.97% from 255) = 12.5%

R = 38.33%
G = 49.17%
B = 12.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#8AB12D (or 0x8AB12D) is known color: Limerick. HEX triplet: 8A, B1 and 2D. RGB value is (138,177,45). Sum of RGB (Red+Green+Blue) = 138+177+45=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB12D is #754ED2. Grayscale: #969696. Windows color (decimal): -7687891 or 2994570. OLE color: 2994570.

HSL color Cylindrical-coordinate representation of color #8AB12D: hue angle of 77.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AB12D is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 177 45 -
CMYK 0.22 0 0.75 0.31
HSL 77.73º 0.59% 0.44% -
HSV(B) 77.73º 0.75% 0.69% -
XYZ 26.68 37.04 8.23 -
YUV 150.29 68.58 119.23 -
System Red Green Blue C M Y K H S L
Decimal 138 177 45 0.22 0 0.75 0.31 77.73 0.59 0.44
Hex 8A B1 2D 16 0 4B 1F 4E 3B 2C
Octal 212 261 55 26 0 113 37 116 73 54
Binary 10001010 10110001 101101 10110 0 1001011 11111 1001110 111011 101100

Color Harmonies of #8AB12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB12D

Black with #8AB12D

Text Example


Text Example

White with #8AB12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,177,45); }

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

background-color css

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

 a { background-color: rgb(138,177,45); }

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

border-color css

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

 span { border-color: rgb(138,177,45); }

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