#8CCC09

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

Shades of Citrus #8CCC09

Tints of Citrus #8CCC09

Color information

#8CCC09 (or 0x8CCC09) is unknown color: approx Citrus. HEX triplet: 8C, CC and 09. RGB value is (140,204,9). Sum of RGB (Red+Green+Blue) = 140+204+9=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 204 (80.08% from 255 or 57.79% from 353); Blue value is 9 (3.91% from 255 or 2.55% from 353); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCC09 is #7333F6. Grayscale: #A3A3A3. Windows color (decimal): -7549943 or 642188. OLE color: 642188.

HSL color Cylindrical-coordinate representation of color #8CCC09: hue angle of 79.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CCC09 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB1402049-
CMYK0.3100.960.2
HSL79.69º91.55%41.76%-
HSV(B)79.69º95.59%80%-
XYZ32.4648.787.96-
YUV162.6341.3111.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.66%
GREEN value IS 204 (80.08% from 255) = 57.79%
BLUE value IS 9 (3.91% from 255) = 2.55%
R=39.66%
G=57.79%
B=2.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal14020490.3100.960.279.6991.5541.76
Hex8CCC91F06014505c2a
Octal214314113701402412013452
Binary1000110011001100100111111011000001010010100001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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