Html Css Color HEX #8AB222 Limerick

📋 copy color: '#8AB222'

red 138 ◦ green 178 ◦ blue 34

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

Shades of Limerick #8AB222

Tints of Limerick #8AB222

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.86%

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

R = 39.43%
G = 50.86%
B = 9.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#8AB222 (or 0x8AB222) is known color: Limerick. HEX triplet: 8A, B2 and 22. RGB value is (138,178,34). Sum of RGB (Red+Green+Blue) = 138+178+34=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB222 is #754DDD. Grayscale: #969696. Windows color (decimal): -7687646 or 2273930. OLE color: 2273930.

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

Color convert

RGB 138 178 34 -
CMYK 0.22 0 0.81 0.30
HSL 76.67º 0.68% 0.42% -
HSV(B) 76.67º 0.81% 0.7% -
XYZ 26.69 37.36 7.32 -
YUV 149.62 62.75 119.71 -
System Red Green Blue C M Y K H S L
Decimal 138 178 34 0.22 0 0.81 0.30 76.67 0.68 0.42
Hex 8A B2 22 16 0 51 1E 4D 44 2A
Octal 212 262 42 26 0 121 36 115 104 52
Binary 10001010 10110010 100010 10110 0 1010001 11110 1001101 1000100 101010

Color Harmonies of #8AB222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB222

Black with #8AB222

Text Example


Text Example

White with #8AB222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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