Html Css Color HEX #8CC02A Yellow Green

📋 copy color: '#8CC02A'

red 140 ◦ green 192 ◦ blue 42

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

Shades of Yellow Green #8CC02A

Tints of Yellow Green #8CC02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.23%

R = 37.43%
G = 51.34%
B = 11.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#8CC02A (or 0x8CC02A) is known color: Yellow Green. HEX triplet: 8C, C0 and 2A. RGB value is (140,192,42). Sum of RGB (Red+Green+Blue) = 140+192+42=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC02A is #733FD5. Grayscale: #9F9F9F. Windows color (decimal): -7552982 or 2801804. OLE color: 2801804.

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

Color convert

RGB 140 192 42 -
CMYK 0.27 0 0.78 0.25
HSL 80.8º 0.64% 0.46% -
HSV(B) 80.8º 0.78% 0.75% -
XYZ 30.08 43.44 8.99 -
YUV 159.35 61.77 114.2 -
System Red Green Blue C M Y K H S L
Decimal 140 192 42 0.27 0 0.78 0.25 80.8 0.64 0.46
Hex 8C C0 2A 1B 0 4E 19 51 40 2E
Octal 214 300 52 33 0 116 31 121 100 56
Binary 10001100 11000000 101010 11011 0 1001110 11001 1010001 1000000 101110

Color Harmonies of #8CC02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC02A

Black with #8CC02A

Text Example


Text Example

White with #8CC02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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