Html Css Color HEX #8CC015 Limerick

📋 copy color: '#8CC015'

red 140 ◦ green 192 ◦ blue 21

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

Shades of Limerick #8CC015

Tints of Limerick #8CC015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.95%

R = 39.66%
G = 54.39%
B = 5.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#8CC015 (or 0x8CC015) is known color: Limerick. HEX triplet: 8C, C0 and 15. RGB value is (140,192,21). Sum of RGB (Red+Green+Blue) = 140+192+21=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC015 is #733FEA. Grayscale: #9D9D9D. Windows color (decimal): -7553003 or 1425548. OLE color: 1425548.

HSL color Cylindrical-coordinate representation of color #8CC015: hue angle of 78.25º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CC015 is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 192 21 -
CMYK 0.27 0 0.89 0.25
HSL 78.25º 0.8% 0.42% -
HSV(B) 78.25º 0.89% 0.75% -
XYZ 29.8 43.33 7.5 -
YUV 156.96 51.27 115.9 -
System Red Green Blue C M Y K H S L
Decimal 140 192 21 0.27 0 0.89 0.25 78.25 0.8 0.42
Hex 8C C0 15 1B 0 59 19 4E 50 2A
Octal 214 300 25 33 0 131 31 116 120 52
Binary 10001100 11000000 10101 11011 0 1011001 11001 1001110 1010000 101010

Color Harmonies of #8CC015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC015

Black with #8CC015

Text Example


Text Example

White with #8CC015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,192,21); }

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

background-color css

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

 a { background-color: rgb(140,192,21); }

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

border-color css

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

 span { border-color: rgb(140,192,21); }

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