#8CCC01

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

Shades of Citrus #8CCC01

Tints of Citrus #8CCC01

Color information

#8CCC01 (or 0x8CCC01) is unknown color: approx Citrus. HEX triplet: 8C, CC and 01. RGB value is (140,204,1). Sum of RGB (Red+Green+Blue) = 140+204+1=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 204 (80.08% from 255 or 59.13% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCC01 is #7333FE. Grayscale: #A2A2A2. Windows color (decimal): -7549951 or 117900. OLE color: 117900.

HSL color Cylindrical-coordinate representation of color #8CCC01: hue angle of 78.92º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CCC01 is Cyan = 0.31, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB1402041-
CMYK0.3101.000.2
HSL78.92º99.02%40.2%-
HSV(B)78.92º99.51%80%-
XYZ32.4148.767.73-
YUV161.7237.3112.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.58%
GREEN value IS 204 (80.08% from 255) = 59.13%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=40.58%
G=59.13%
B=0.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal14020410.3101.000.278.9299.0240.2
Hex8CCC11F064144f6328
Octal21431413701442411714350
Binary1000110011001100111111011001001010010011111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,204,1); }

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

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

 a { background-color: rgb(140,204,1); }

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

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

 span { border-color: rgb(140,204,1); }

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