Html Css Color HEX #8EB20D Citrus

📋 copy color: '#8EB20D'

red 142 ◦ green 178 ◦ blue 13

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

Shades of Citrus #8EB20D

Tints of Citrus #8EB20D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 53.45%

 BLUE value IS 13 (5.47% from 255) = 3.9%

R = 42.64%
G = 53.45%
B = 3.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#8EB20D (or 0x8EB20D) is known color: Citrus. HEX triplet: 8E, B2 and 0D. RGB value is (142,178,13). Sum of RGB (Red+Green+Blue) = 142+178+13=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 178 (69.92% from 255 or 53.45% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 178 - color contains mainly: green. Hex color #8EB20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EB20D is #714DF2. Grayscale: #959595. Windows color (decimal): -7425523 or 897678. OLE color: 897678.

HSL color Cylindrical-coordinate representation of color #8EB20D: hue angle of 73.09º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8EB20D is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 142 178 13 -
CMYK 0.20 0 0.93 0.30
HSL 73.09º 0.86% 0.37% -
HSV(B) 73.09º 0.93% 0.7% -
XYZ 27.15 37.62 6.21 -
YUV 148.43 51.57 123.42 -
System Red Green Blue C M Y K H S L
Decimal 142 178 13 0.20 0 0.93 0.30 73.09 0.86 0.37
Hex 8E B2 D 14 0 5D 1E 49 56 25
Octal 216 262 15 24 0 135 36 111 126 45
Binary 10001110 10110010 1101 10100 0 1011101 11110 1001001 1010110 100101

Color Harmonies of #8EB20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB20D

Black with #8EB20D

Text Example


Text Example

White with #8EB20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,178,13); }

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

background-color css

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

 a { background-color: rgb(142,178,13); }

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

border-color css

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

 span { border-color: rgb(142,178,13); }

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