#8CC12B

Color #8CC12B Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #8CC12B

Tints of Yellow Green #8CC12B

Color information

#8CC12B (or 0x8CC12B) is unknown color: approx Yellow Green. HEX triplet: 8C, C1 and 2B. RGB value is (140,193,43). Sum of RGB (Red+Green+Blue) = 140+193+43=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC12B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC12B is #733ED4. Grayscale: #A0A0A0. Windows color (decimal): -7552725 or 2867596. OLE color: 2867596.

HSL color Cylindrical-coordinate representation of color #8CC12B: hue angle of 81.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8CC12B is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB14019343-
CMYK0.2700.780.24
HSL81.2º63.56%46.27%-
HSV(B)81.2º77.72%75.69%-
XYZ30.3243.899.16-
YUV160.0561.94113.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.23%
GREEN value IS 193 (75.78% from 255) = 51.33%
BLUE value IS 43 (17.19% from 255) = 11.44%
R=37.23%
G=51.33%
B=11.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal140193430.2700.780.2481.263.5646.27
Hex8CC12B1B04E1851402e
Octal214301533301163012110056
Binary100011001100000110101111011010011101100010100011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CC12B;
 }
 .AnyTagClassName
 {
   color: #8CC12B;
 }
</style>
background-color css

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

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

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

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

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

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