#8DA406

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

Shades of Citrus #8DA406

Tints of Citrus #8DA406

Color information

#8DA406 (or 0x8DA406) is unknown color: approx Citrus. HEX triplet: 8D, A4 and 06. RGB value is (141,164,6). Sum of RGB (Red+Green+Blue) = 141+164+6=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 164 (64.45% from 255 or 52.73% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA406 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA406 is #725BF9. Grayscale: #8B8B8B. Windows color (decimal): -7494650 or 435341. OLE color: 435341.

HSL color Cylindrical-coordinate representation of color #8DA406: hue angle of 68.73º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DA406 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1411646-
CMYK0.1400.960.36
HSL68.73º92.94%33.33%-
HSV(B)68.73º96.34%64.31%-
XYZ24.2932.235.11-
YUV139.1152.88129.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.34%
GREEN value IS 164 (64.45% from 255) = 52.73%
BLUE value IS 6 (2.73% from 255) = 1.93%
R=45.34%
G=52.73%
B=1.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14116460.1400.960.3668.7392.9433.33
Hex8DA46E06024455d21
Octal21524461601404410513541
Binary100011011010010011011100110000010010010001011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,164,6); }

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

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

 a { background-color: rgb(141,164,6); }

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

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

 span { border-color: rgb(141,164,6); }

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