Html Css Color HEX #8EB913 Citrus

📋 copy color: '#8EB913'

red 142 ◦ green 185 ◦ blue 19

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

Shades of Citrus #8EB913

Tints of Citrus #8EB913

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.47%

 BLUE value IS 19 (7.81% from 255) = 5.49%

R = 41.04%
G = 53.47%
B = 5.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#8EB913 (or 0x8EB913) is known color: Citrus. HEX triplet: 8E, B9 and 13. RGB value is (142,185,19). Sum of RGB (Red+Green+Blue) = 142+185+19=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 185 (72.66% from 255 or 53.47% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB913 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB913 is #7146EC. Grayscale: #999999. Windows color (decimal): -7423725 or 1292686. OLE color: 1292686.

HSL color Cylindrical-coordinate representation of color #8EB913: hue angle of 75.54º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8EB913 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 185 19 -
CMYK 0.23 0 0.90 0.27
HSL 75.54º 0.81% 0.4% -
HSV(B) 75.54º 0.9% 0.73% -
XYZ 28.62 40.5 6.92 -
YUV 153.22 52.25 120 -
System Red Green Blue C M Y K H S L
Decimal 142 185 19 0.23 0 0.90 0.27 75.54 0.81 0.4
Hex 8E B9 13 17 0 5A 1B 4C 51 28
Octal 216 271 23 27 0 132 33 114 121 50
Binary 10001110 10111001 10011 10111 0 1011010 11011 1001100 1010001 101000

Color Harmonies of #8EB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB913

Black with #8EB913

Text Example


Text Example

White with #8EB913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,185,19); }

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

background-color css

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

 a { background-color: rgb(142,185,19); }

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

border-color css

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

 span { border-color: rgb(142,185,19); }

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