Html Css Color HEX #8AB422 Limerick

📋 copy color: '#8AB422'

red 138 ◦ green 180 ◦ blue 34

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

Shades of Limerick #8AB422

Tints of Limerick #8AB422

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.14%

 BLUE value IS 34 (13.67% from 255) = 9.66%

R = 39.2%
G = 51.14%
B = 9.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#8AB422 (or 0x8AB422) is known color: Limerick. HEX triplet: 8A, B4 and 22. RGB value is (138,180,34). Sum of RGB (Red+Green+Blue) = 138+180+34=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB422 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB422 is #754BDD. Grayscale: #979797. Windows color (decimal): -7687134 or 2274442. OLE color: 2274442.

HSL color Cylindrical-coordinate representation of color #8AB422: hue angle of 77.26º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8AB422 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 180 34 -
CMYK 0.23 0 0.81 0.29
HSL 77.26º 0.68% 0.42% -
HSV(B) 77.26º 0.81% 0.71% -
XYZ 27.09 38.16 7.45 -
YUV 150.8 62.09 118.87 -
System Red Green Blue C M Y K H S L
Decimal 138 180 34 0.23 0 0.81 0.29 77.26 0.68 0.42
Hex 8A B4 22 17 0 51 1D 4D 44 2A
Octal 212 264 42 27 0 121 35 115 104 52
Binary 10001010 10110100 100010 10111 0 1010001 11101 1001101 1000100 101010

Color Harmonies of #8AB422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB422

Black with #8AB422

Text Example


Text Example

White with #8AB422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,180,34); }

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

background-color css

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

 a { background-color: rgb(138,180,34); }

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

border-color css

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

 span { border-color: rgb(138,180,34); }

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