Html Css Color HEX #8CC120 Limerick

📋 copy color: '#8CC120'

red 140 ◦ green 193 ◦ blue 32

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

Shades of Limerick #8CC120

Tints of Limerick #8CC120

RGB

 RED value IS 140 (55.08% from 255) = 38.36%

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

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

R = 38.36%
G = 52.88%
B = 8.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#8CC120 (or 0x8CC120) is known color: Limerick. HEX triplet: 8C, C1 and 20. RGB value is (140,193,32). Sum of RGB (Red+Green+Blue) = 140+193+32=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC120 is #733EDF. Grayscale: #9F9F9F. Windows color (decimal): -7552736 or 2146700. OLE color: 2146700.

HSL color Cylindrical-coordinate representation of color #8CC120: hue angle of 79.75º 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 #8CC120 is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 193 32 -
CMYK 0.27 0 0.83 0.24
HSL 79.75º 0.72% 0.44% -
HSV(B) 79.75º 0.83% 0.76% -
XYZ 30.15 43.82 8.24 -
YUV 158.8 56.44 114.59 -
System Red Green Blue C M Y K H S L
Decimal 140 193 32 0.27 0 0.83 0.24 79.75 0.72 0.44
Hex 8C C1 20 1B 0 53 18 50 48 2C
Octal 214 301 40 33 0 123 30 120 110 54
Binary 10001100 11000001 100000 11011 0 1010011 11000 1010000 1001000 101100

Color Harmonies of #8CC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC120

Black with #8CC120

Text Example


Text Example

White with #8CC120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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