Html Css Color HEX #8CC620 Yellow Green

📋 copy color: '#8CC620'

red 140 ◦ green 198 ◦ blue 32

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

Shades of Yellow Green #8CC620

Tints of Yellow Green #8CC620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.51%

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

R = 37.84%
G = 53.51%
B = 8.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#8CC620 (or 0x8CC620) is known color: Yellow Green. HEX triplet: 8C, C6 and 20. RGB value is (140,198,32). Sum of RGB (Red+Green+Blue) = 140+198+32=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC620 is #7339DF. Grayscale: #A2A2A2. Windows color (decimal): -7551456 or 2147980. OLE color: 2147980.

HSL color Cylindrical-coordinate representation of color #8CC620: hue angle of 80.96º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8CC620 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 198 32 -
CMYK 0.29 0 0.84 0.22
HSL 80.96º 0.72% 0.45% -
HSV(B) 80.96º 0.84% 0.78% -
XYZ 31.27 46.07 8.61 -
YUV 161.73 54.78 112.5 -
System Red Green Blue C M Y K H S L
Decimal 140 198 32 0.29 0 0.84 0.22 80.96 0.72 0.45
Hex 8C C6 20 1D 0 54 16 51 48 2D
Octal 214 306 40 35 0 124 26 121 110 55
Binary 10001100 11000110 100000 11101 0 1010100 10110 1010001 1001000 101101

Color Harmonies of #8CC620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC620

Black with #8CC620

Text Example


Text Example

White with #8CC620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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