Html Css Color HEX #8EBA0D Citrus

📋 copy color: '#8EBA0D'

red 142 ◦ green 186 ◦ blue 13

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

Shades of Citrus #8EBA0D

Tints of Citrus #8EBA0D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.55%

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

R = 41.64%
G = 54.55%
B = 3.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#8EBA0D (or 0x8EBA0D) is known color: Citrus. HEX triplet: 8E, BA and 0D. RGB value is (142,186,13). Sum of RGB (Red+Green+Blue) = 142+186+13=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EBA0D is #7145F2. Grayscale: #999999. Windows color (decimal): -7423475 or 899726. OLE color: 899726.

HSL color Cylindrical-coordinate representation of color #8EBA0D: hue angle of 75.26º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8EBA0D is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 186 13 -
CMYK 0.24 0 0.93 0.27
HSL 75.26º 0.87% 0.39% -
HSV(B) 75.26º 0.93% 0.73% -
XYZ 28.79 40.9 6.76 -
YUV 153.12 48.92 120.07 -
System Red Green Blue C M Y K H S L
Decimal 142 186 13 0.24 0 0.93 0.27 75.26 0.87 0.39
Hex 8E BA D 18 0 5D 1B 4B 57 27
Octal 216 272 15 30 0 135 33 113 127 47
Binary 10001110 10111010 1101 11000 0 1011101 11011 1001011 1010111 100111

Color Harmonies of #8EBA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBA0D

Black with #8EBA0D

Text Example


Text Example

White with #8EBA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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