#8CA000

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

Shades of Citrus #8CA000

Tints of Citrus #8CA000

Color information

#8CA000 (or 0x8CA000) is unknown color: approx Citrus. HEX triplet: 8C, A0 and 00. RGB value is (140,160,0). Sum of RGB (Red+Green+Blue) = 140+160+0=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 160 (62.89% from 255 or 53.33% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA000 is #735FFF. Grayscale: #888888. Windows color (decimal): -7561216 or 41100. OLE color: 41100.

HSL color Cylindrical-coordinate representation of color #8CA000: hue angle of 67.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CA000 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB1401600-
CMYK0.12010.37
HSL67.5º100%31.37%-
HSV(B)67.5º100%62.75%-
XYZ23.3930.724.7-
YUV135.7851.37131.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.67%
GREEN value IS 160 (62.89% from 255) = 53.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.67%
G=53.33%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal14016000.12010.3767.510031.37
Hex8CA00C0642544641f
Octal21424001401444510414437
Binary100011001010000001100011001001001011000100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,160,0); }

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

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

 a { background-color: rgb(140,160,0); }

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

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

 span { border-color: rgb(140,160,0); }

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