#8CC60A

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

Shades of Citrus #8CC60A

Tints of Citrus #8CC60A

Color information

#8CC60A (or 0x8CC60A) is unknown color: approx Citrus. HEX triplet: 8C, C6 and 0A. RGB value is (140,198,10). Sum of RGB (Red+Green+Blue) = 140+198+10=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 198 (77.73% from 255 or 56.90% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC60A is #7339F5. Grayscale: #9F9F9F. Windows color (decimal): -7551478 or 706188. OLE color: 706188.

HSL color Cylindrical-coordinate representation of color #8CC60A: hue angle of 78.51º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8CC60A is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB14019810-
CMYK0.2900.950.22
HSL78.51º90.38%40.78%-
HSV(B)78.51º94.95%77.65%-
XYZ31.0645.997.53-
YUV159.2343.78114.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.23%
GREEN value IS 198 (77.73% from 255) = 56.90%
BLUE value IS 10 (4.30% from 255) = 2.87%
R=40.23%
G=56.90%
B=2.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal140198100.2900.950.2278.5190.3840.78
Hex8CC6A1D05F164f5a29
Octal214306123501372611713251
Binary1000110011000110101011101010111111011010011111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,198,10); }

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

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

 a { background-color: rgb(140,198,10); }

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

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

 span { border-color: rgb(140,198,10); }

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