#8EA403

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

Shades of Citrus #8EA403

Tints of Citrus #8EA403

Color information

#8EA403 (or 0x8EA403) is unknown color: approx Citrus. HEX triplet: 8E, A4 and 03. RGB value is (142,164,3). Sum of RGB (Red+Green+Blue) = 142+164+3=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 164 (64.45% from 255 or 53.07% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA403 is #715BFC. Grayscale: #8B8B8B. Windows color (decimal): -7429117 or 238734. OLE color: 238734.

HSL color Cylindrical-coordinate representation of color #8EA403: hue angle of 68.2º 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 #8EA403 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB1421643-
CMYK0.1300.980.36
HSL68.2º96.41%32.75%-
HSV(B)68.2º98.17%64.31%-
XYZ24.4532.315.03-
YUV139.0751.21130.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.95%
GREEN value IS 164 (64.45% from 255) = 53.07%
BLUE value IS 3 (1.56% from 255) = 0.97%
R=45.95%
G=53.07%
B=0.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14216430.1300.980.3668.296.4132.75
Hex8EA43D06224446021
Octal21624431501424410414041
Binary10001110101001001111010110001010010010001001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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