#8CCF20

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

Shades of Yellow Green #8CCF20

Tints of Yellow Green #8CCF20

Color information

#8CCF20 (or 0x8CCF20) is unknown color: approx Yellow Green. HEX triplet: 8C, CF and 20. RGB value is (140,207,32). Sum of RGB (Red+Green+Blue) = 140+207+32=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 207 (81.25% from 255 or 54.62% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCF20 is #7330DF. Grayscale: #A7A7A7. Windows color (decimal): -7549152 or 2150284. OLE color: 2150284.

HSL color Cylindrical-coordinate representation of color #8CCF20: hue angle of 82.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8CCF20 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB14020732-
CMYK0.3200.850.19
HSL82.97º73.22%46.86%-
HSV(B)82.97º84.54%81.18%-
XYZ33.3950.319.32-
YUV167.0251.8108.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.94%
GREEN value IS 207 (81.25% from 255) = 54.62%
BLUE value IS 32 (12.89% from 255) = 8.44%
R=36.94%
G=54.62%
B=8.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal140207320.3200.850.1982.9773.2246.86
Hex8CCF20200551353492f
Octal214317404001252312311157
Binary1000110011001111100000100000010101011001110100111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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