#8DCC09

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

Shades of Citrus #8DCC09

Tints of Citrus #8DCC09

Color information

#8DCC09 (or 0x8DCC09) is unknown color: approx Citrus. HEX triplet: 8D, CC and 09. RGB value is (141,204,9). Sum of RGB (Red+Green+Blue) = 141+204+9=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 204 (80.08% from 255 or 57.63% from 354); Blue value is 9 (3.91% from 255 or 2.54% from 354); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCC09 is #7233F6. Grayscale: #A3A3A3. Windows color (decimal): -7484407 or 642189. OLE color: 642189.

HSL color Cylindrical-coordinate representation of color #8DCC09: hue angle of 79.38º 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 #8DCC09 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB1412049-
CMYK0.3100.960.2
HSL79.38º91.55%41.76%-
HSV(B)79.38º95.59%80%-
XYZ32.6348.877.97-
YUV162.9341.13112.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.83%
GREEN value IS 204 (80.08% from 255) = 57.63%
BLUE value IS 9 (3.91% from 255) = 2.54%
R=39.83%
G=57.63%
B=2.54%

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
Decimal14120490.3100.960.279.3891.5541.76
Hex8DCC91F060144f5c2a
Octal215314113701402411713452
Binary1000110111001100100111111011000001010010011111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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