Html Css Color HEX #8AC020 Limerick

📋 copy color: '#8AC020'

red 138 ◦ green 192 ◦ blue 32

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

Shades of Limerick #8AC020

Tints of Limerick #8AC020

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.04%

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

R = 38.12%
G = 53.04%
B = 8.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#8AC020 (or 0x8AC020) is known color: Limerick. HEX triplet: 8A, C0 and 20. RGB value is (138,192,32). Sum of RGB (Red+Green+Blue) = 138+192+32=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC020 is #753FDF. Grayscale: #9E9E9E. Windows color (decimal): -7684064 or 2146442. OLE color: 2146442.

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

Color convert

RGB 138 192 32 -
CMYK 0.28 0 0.83 0.25
HSL 80.25º 0.71% 0.44% -
HSV(B) 80.25º 0.83% 0.75% -
XYZ 29.59 43.21 8.15 -
YUV 157.61 57.11 114.01 -
System Red Green Blue C M Y K H S L
Decimal 138 192 32 0.28 0 0.83 0.25 80.25 0.71 0.44
Hex 8A C0 20 1C 0 53 19 50 47 2C
Octal 212 300 40 34 0 123 31 120 107 54
Binary 10001010 11000000 100000 11100 0 1010011 11001 1010000 1000111 101100

Color Harmonies of #8AC020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC020

Black with #8AC020

Text Example


Text Example

White with #8AC020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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