Html Css Color HEX #8EA30F Citron

📋 copy color: '#8EA30F'

red 142 ◦ green 163 ◦ blue 15

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

Shades of Citron #8EA30F

Tints of Citron #8EA30F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.94%

 BLUE value IS 15 (6.25% from 255) = 4.69%

R = 44.38%
G = 50.94%
B = 4.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#8EA30F (or 0x8EA30F) is known color: Citron. HEX triplet: 8E, A3 and 0F. RGB value is (142,163,15). Sum of RGB (Red+Green+Blue) = 142+163+15=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 163 (64.06% from 255 or 50.94% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA30F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA30F is #715CF0. Grayscale: #8C8C8C. Windows color (decimal): -7429361 or 1024910. OLE color: 1024910.

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

Color convert

RGB 142 163 15 -
CMYK 0.13 0 0.91 0.36
HSL 68.51º 0.83% 0.35% -
HSV(B) 68.51º 0.91% 0.64% -
XYZ 24.34 31.98 5.34 -
YUV 139.85 57.54 129.53 -
System Red Green Blue C M Y K H S L
Decimal 142 163 15 0.13 0 0.91 0.36 68.51 0.83 0.35
Hex 8E A3 F D 0 5B 24 45 53 23
Octal 216 243 17 15 0 133 44 105 123 43
Binary 10001110 10100011 1111 1101 0 1011011 100100 1000101 1010011 100011

Color Harmonies of #8EA30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA30F

Black with #8EA30F

Text Example


Text Example

White with #8EA30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,163,15); }

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

background-color css

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

 a { background-color: rgb(142,163,15); }

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

border-color css

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

 span { border-color: rgb(142,163,15); }

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