Html Css Color HEX #8CC016 Limerick

📋 copy color: '#8CC016'

red 140 ◦ green 192 ◦ blue 22

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

Shades of Limerick #8CC016

Tints of Limerick #8CC016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.21%

R = 39.55%
G = 54.24%
B = 6.21%

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

#8CC016 (or 0x8CC016) is known color: Limerick. HEX triplet: 8C, C0 and 16. RGB value is (140,192,22). Sum of RGB (Red+Green+Blue) = 140+192+22=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC016 is #733FE9. Grayscale: #9D9D9D. Windows color (decimal): -7553002 or 1491084. OLE color: 1491084.

HSL color Cylindrical-coordinate representation of color #8CC016: hue angle of 78.35º degrees, saturation: 0.79, 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 #8CC016 is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 192 22 -
CMYK 0.27 0 0.89 0.25
HSL 78.35º 0.79% 0.42% -
HSV(B) 78.35º 0.89% 0.75% -
XYZ 29.81 43.33 7.55 -
YUV 157.07 51.77 115.82 -
System Red Green Blue C M Y K H S L
Decimal 140 192 22 0.27 0 0.89 0.25 78.35 0.79 0.42
Hex 8C C0 16 1B 0 59 19 4E 4F 2A
Octal 214 300 26 33 0 131 31 116 117 52
Binary 10001100 11000000 10110 11011 0 1011001 11001 1001110 1001111 101010

Color Harmonies of #8CC016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC016

Black with #8CC016

Text Example


Text Example

White with #8CC016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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