#8DA403

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

Shades of Citrus #8DA403

Tints of Citrus #8DA403

Color information

#8DA403 (or 0x8DA403) is unknown color: approx Citrus. HEX triplet: 8D, A4 and 03. RGB value is (141,164,3). Sum of RGB (Red+Green+Blue) = 141+164+3=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 164 (64.45% from 255 or 53.25% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA403 is #725BFC. Grayscale: #8B8B8B. Windows color (decimal): -7494653 or 238733. OLE color: 238733.

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

Color convert

RGB1411643-
CMYK0.1400.980.36
HSL68.57º96.41%32.75%-
HSV(B)68.57º98.17%64.31%-
XYZ24.2832.225.03-
YUV138.7751.38129.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.78%
GREEN value IS 164 (64.45% from 255) = 53.25%
BLUE value IS 3 (1.56% from 255) = 0.97%
R=45.78%
G=53.25%
B=0.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14116430.1400.980.3668.5796.4132.75
Hex8DA43E06224456021
Octal21524431601424410514041
Binary10001101101001001111100110001010010010001011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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