Html Css Color HEX #8CCD1A Yellow Green

📋 copy color: '#8CCD1A'

red 140 ◦ green 205 ◦ blue 26

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

Shades of Yellow Green #8CCD1A

Tints of Yellow Green #8CCD1A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 55.26%

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

R = 37.74%
G = 55.26%
B = 7.01%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#8CCD1A (or 0x8CCD1A) is known color: Yellow Green. HEX triplet: 8C, CD and 1A. RGB value is (140,205,26). Sum of RGB (Red+Green+Blue) = 140+205+26=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCD1A is #7332E5. Grayscale: #A5A5A5. Windows color (decimal): -7549670 or 1756556. OLE color: 1756556.

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

Color convert

RGB 140 205 26 -
CMYK 0.32 0 0.87 0.20
HSL 81.79º 0.77% 0.45% -
HSV(B) 81.79º 0.87% 0.8% -
XYZ 32.83 49.31 8.77 -
YUV 165.16 49.47 110.05 -
System Red Green Blue C M Y K H S L
Decimal 140 205 26 0.32 0 0.87 0.20 81.79 0.77 0.45
Hex 8C CD 1A 20 0 57 14 52 4D 2D
Octal 214 315 32 40 0 127 24 122 115 55
Binary 10001100 11001101 11010 100000 0 1010111 10100 1010010 1001101 101101

Color Harmonies of #8CCD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCD1A

Black with #8CCD1A

Text Example


Text Example

White with #8CCD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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