#8DA613

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

Shades of Citron #8DA613

Tints of Citron #8DA613

Color information

#8DA613 (or 0x8DA613) is unknown color: approx Citron. HEX triplet: 8D, A6 and 13. RGB value is (141,166,19). Sum of RGB (Red+Green+Blue) = 141+166+19=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA613 is #7259EC. Grayscale: #8E8E8E. Windows color (decimal): -7494125 or 1287821. OLE color: 1287821.

HSL color Cylindrical-coordinate representation of color #8DA613: hue angle of 70.2º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8DA613 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB14116619-
CMYK0.1500.890.35
HSL70.2º79.46%36.27%-
HSV(B)70.2º88.55%65.1%-
XYZ24.7432.985.68-
YUV141.7758.72127.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.25%
GREEN value IS 166 (65.23% from 255) = 50.92%
BLUE value IS 19 (7.81% from 255) = 5.83%
R=43.25%
G=50.92%
B=5.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141166190.1500.890.3570.279.4636.27
Hex8DA613F05923464f24
Octal215246231701314310611744
Binary10001101101001101001111110101100110001110001101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,166,19); }

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

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

 a { background-color: rgb(141,166,19); }

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

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

 span { border-color: rgb(141,166,19); }

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