Html Css Color HEX #8AB22C Limerick

📋 copy color: '#8AB22C'

red 138 ◦ green 178 ◦ blue 44

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

Shades of Limerick #8AB22C

Tints of Limerick #8AB22C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.22%

R = 38.33%
G = 49.44%
B = 12.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#8AB22C (or 0x8AB22C) is known color: Limerick. HEX triplet: 8A, B2 and 2C. RGB value is (138,178,44). Sum of RGB (Red+Green+Blue) = 138+178+44=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 178 (69.92% from 255 or 49.44% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB22C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB22C is #754DD3. Grayscale: #979797. Windows color (decimal): -7687636 or 2929290. OLE color: 2929290.

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

Color convert

RGB 138 178 44 -
CMYK 0.22 0 0.75 0.30
HSL 77.91º 0.6% 0.44% -
HSV(B) 77.91º 0.75% 0.7% -
XYZ 26.86 37.43 8.19 -
YUV 150.76 67.75 118.9 -
System Red Green Blue C M Y K H S L
Decimal 138 178 44 0.22 0 0.75 0.30 77.91 0.6 0.44
Hex 8A B2 2C 16 0 4B 1E 4E 3C 2C
Octal 212 262 54 26 0 113 36 116 74 54
Binary 10001010 10110010 101100 10110 0 1001011 11110 1001110 111100 101100

Color Harmonies of #8AB22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB22C

Black with #8AB22C

Text Example


Text Example

White with #8AB22C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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