#8CC13D

Color #8CC13D Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #8CC13D

Tints of Yellow Green #8CC13D

Color information

#8CC13D (or 0x8CC13D) is unknown color: approx Yellow Green. HEX triplet: 8C, C1 and 3D. RGB value is (140,193,61). Sum of RGB (Red+Green+Blue) = 140+193+61=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC13D is #733EC2. Grayscale: #A2A2A2. Windows color (decimal): -7552707 or 4047244. OLE color: 4047244.

HSL color Cylindrical-coordinate representation of color #8CC13D: hue angle of 84.09º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CC13D is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB14019361-
CMYK0.2700.680.24
HSL84.09º51.97%49.8%-
HSV(B)84.09º68.39%75.69%-
XYZ30.7344.0511.3-
YUV162.1170.94112.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.53%
GREEN value IS 193 (75.78% from 255) = 48.98%
BLUE value IS 61 (24.22% from 255) = 15.48%
R=35.53%
G=48.98%
B=15.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal140193610.2700.680.2484.0951.9749.8
Hex8CC13D1B04418543432
Octal21430175330104301246462
Binary10001100110000011111011101101000100110001010100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,193,61); }

 H1.HeaderClassName
 {
   color: #8CC13D;
 }
 .AnyTagClassName
 {
   color: #8CC13D;
 }
</style>
background-color css

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

 a { background-color: rgb(140,193,61); }

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

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

 span { border-color: rgb(140,193,61); }

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