#8DA01E

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

Shades of Citron #8DA01E

Tints of Citron #8DA01E

Color information

#8DA01E (or 0x8DA01E) is unknown color: approx Citron. HEX triplet: 8D, A0 and 1E. RGB value is (141,160,30). Sum of RGB (Red+Green+Blue) = 141+160+30=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA01E is #725FE1. Grayscale: #8C8C8C. Windows color (decimal): -7495650 or 2007181. OLE color: 2007181.

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

Color convert

RGB14116030-
CMYK0.1200.810.37
HSL68.77º68.42%37.25%-
HSV(B)68.77º81.25%62.75%-
XYZ23.7930.95.94-
YUV139.566.21129.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.60%
GREEN value IS 160 (62.89% from 255) = 48.34%
BLUE value IS 30 (12.11% from 255) = 9.06%
R=42.60%
G=48.34%
B=9.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal141160300.1200.810.3768.7768.4237.25
Hex8DA01EC05125454425
Octal215240361401214510510445
Binary10001101101000001111011000101000110010110001011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,160,30); }

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

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

 a { background-color: rgb(141,160,30); }

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

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

 span { border-color: rgb(141,160,30); }

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