#8DA804

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

Shades of Citrus #8DA804

Tints of Citrus #8DA804

Color information

#8DA804 (or 0x8DA804) is unknown color: approx Citrus. HEX triplet: 8D, A8 and 04. RGB value is (141,168,4). Sum of RGB (Red+Green+Blue) = 141+168+4=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 168 (66.02% from 255 or 53.67% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA804 is #7257FB. Grayscale: #8D8D8D. Windows color (decimal): -7493628 or 305293. OLE color: 305293.

HSL color Cylindrical-coordinate representation of color #8DA804: hue angle of 69.88º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DA804 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB1411684-
CMYK0.1600.980.34
HSL69.88º95.35%33.73%-
HSV(B)69.88º97.62%65.88%-
XYZ25.0133.685.3-
YUV141.2350.55127.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.05%
GREEN value IS 168 (66.02% from 255) = 53.67%
BLUE value IS 4 (1.95% from 255) = 1.28%
R=45.05%
G=53.67%
B=1.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal14116840.1600.980.3469.8895.3533.73
Hex8DA841006222465f22
Octal21525042001424210613742
Binary1000110110101000100100000110001010001010001101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,168,4); }

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

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

 a { background-color: rgb(141,168,4); }

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

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

 span { border-color: rgb(141,168,4); }

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