Html Css Color HEX #8AC120 Limerick

📋 copy color: '#8AC120'

red 138 ◦ green 193 ◦ blue 32

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

Shades of Limerick #8AC120

Tints of Limerick #8AC120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.17%

 BLUE value IS 32 (12.89% from 255) = 8.82%

R = 38.02%
G = 53.17%
B = 8.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#8AC120 (or 0x8AC120) is known color: Limerick. HEX triplet: 8A, C1 and 20. RGB value is (138,193,32). Sum of RGB (Red+Green+Blue) = 138+193+32=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC120 is #753EDF. Grayscale: #9E9E9E. Windows color (decimal): -7683808 or 2146698. OLE color: 2146698.

HSL color Cylindrical-coordinate representation of color #8AC120: hue angle of 80.5º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8AC120 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 193 32 -
CMYK 0.28 0 0.83 0.24
HSL 80.5º 0.72% 0.44% -
HSV(B) 80.5º 0.83% 0.76% -
XYZ 29.81 43.65 8.22 -
YUV 158.2 56.78 113.59 -
System Red Green Blue C M Y K H S L
Decimal 138 193 32 0.28 0 0.83 0.24 80.5 0.72 0.44
Hex 8A C1 20 1C 0 53 18 50 48 2C
Octal 212 301 40 34 0 123 30 120 110 54
Binary 10001010 11000001 100000 11100 0 1010011 11000 1010000 1001000 101100

Color Harmonies of #8AC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC120

Black with #8AC120

Text Example


Text Example

White with #8AC120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,193,32); }

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

background-color css

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

 a { background-color: rgb(138,193,32); }

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

border-color css

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

 span { border-color: rgb(138,193,32); }

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