Html Css Color HEX #8EA41D Citron

📋 copy color: '#8EA41D'

red 142 ◦ green 164 ◦ blue 29

#8EA41D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #8EA41D

Tints of Citron #8EA41D

RGB

 RED value IS 142 (55.86% from 255) = 42.39%

 GREEN value IS 164 (64.45% from 255) = 48.96%

 BLUE value IS 29 (11.72% from 255) = 8.66%

R = 42.39%
G = 48.96%
B = 8.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#8EA41D (or 0x8EA41D) is known color: Citron. HEX triplet: 8E, A4 and 1D. RGB value is (142,164,29). Sum of RGB (Red+Green+Blue) = 142+164+29=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA41D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA41D is #715BE2. Grayscale: #8E8E8E. Windows color (decimal): -7429091 or 1942670. OLE color: 1942670.

HSL color Cylindrical-coordinate representation of color #8EA41D: hue angle of 69.78º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8EA41D is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 142 164 29 -
CMYK 0.13 0 0.82 0.36
HSL 69.78º 0.7% 0.38% -
HSV(B) 69.78º 0.82% 0.64% -
XYZ 24.65 32.39 6.12 -
YUV 142.03 64.21 127.98 -
System Red Green Blue C M Y K H S L
Decimal 142 164 29 0.13 0 0.82 0.36 69.78 0.7 0.38
Hex 8E A4 1D D 0 52 24 46 46 26
Octal 216 244 35 15 0 122 44 106 106 46
Binary 10001110 10100100 11101 1101 0 1010010 100100 1000110 1000110 100110

Color Harmonies of #8EA41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA41D

Black with #8EA41D

Text Example


Text Example

White with #8EA41D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EA41D;
 }
 .AnyTagClassName
 {
   color: #8EA41D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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