Html Css Color HEX #8CCA1A Yellow Green

📋 copy color: '#8CCA1A'

red 140 ◦ green 202 ◦ blue 26

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

Shades of Yellow Green #8CCA1A

Tints of Yellow Green #8CCA1A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 54.89%

 BLUE value IS 26 (10.55% from 255) = 7.07%

R = 38.04%
G = 54.89%
B = 7.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#8CCA1A (or 0x8CCA1A) is known color: Yellow Green. HEX triplet: 8C, CA and 1A. RGB value is (140,202,26). Sum of RGB (Red+Green+Blue) = 140+202+26=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCA1A is #7335E5. Grayscale: #A4A4A4. Windows color (decimal): -7550438 or 1755788. OLE color: 1755788.

HSL color Cylindrical-coordinate representation of color #8CCA1A: hue angle of 81.14º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8CCA1A is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 202 26 -
CMYK 0.31 0 0.87 0.21
HSL 81.14º 0.77% 0.45% -
HSV(B) 81.14º 0.87% 0.79% -
XYZ 32.12 47.89 8.53 -
YUV 163.4 50.46 111.31 -
System Red Green Blue C M Y K H S L
Decimal 140 202 26 0.31 0 0.87 0.21 81.14 0.77 0.45
Hex 8C CA 1A 1F 0 57 15 51 4D 2D
Octal 214 312 32 37 0 127 25 121 115 55
Binary 10001100 11001010 11010 11111 0 1010111 10101 1010001 1001101 101101

Color Harmonies of #8CCA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCA1A

Black with #8CCA1A

Text Example


Text Example

White with #8CCA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,202,26); }

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

background-color css

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

 a { background-color: rgb(140,202,26); }

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

border-color css

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

 span { border-color: rgb(140,202,26); }

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