Html Css Color HEX #8CC12B Yellow Green

📋 copy color: '#8CC12B'

red 140 ◦ green 193 ◦ blue 43

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

Shades of Yellow Green #8CC12B

Tints of Yellow Green #8CC12B

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 value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#8CC12B (or 0x8CC12B) is known color: 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

RGB 140 193 43 -
CMYK 0.27 0 0.78 0.24
HSL 81.2º 0.64% 0.46% -
HSV(B) 81.2º 0.78% 0.76% -
XYZ 30.32 43.89 9.16 -
YUV 160.05 61.94 113.7 -
System Red Green Blue C M Y K H S L
Decimal 140 193 43 0.27 0 0.78 0.24 81.2 0.64 0.46
Hex 8C C1 2B 1B 0 4E 18 51 40 2E
Octal 214 301 53 33 0 116 30 121 100 56
Binary 10001100 11000001 101011 11011 0 1001110 11000 1010001 1000000 101110

Color Harmonies of #8CC12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC12B

Black with #8CC12B

Text Example


Text Example

White with #8CC12B

Text Example


Text Example

HTML Codes & Css Web 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>