Html Css Color HEX #8E9E0F Citron

📋 copy color: '#8E9E0F'

red 142 ◦ green 158 ◦ blue 15

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

Shades of Citron #8E9E0F

Tints of Citron #8E9E0F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 50.16%

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

R = 45.08%
G = 50.16%
B = 4.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#8E9E0F (or 0x8E9E0F) is known color: Citron. HEX triplet: 8E, 9E and 0F. RGB value is (142,158,15). Sum of RGB (Red+Green+Blue) = 142+158+15=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 158 (62.11% from 255 or 50.16% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 158 - color contains mainly: green. Hex color #8E9E0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E9E0F is #7161F0. Grayscale: #898989. Windows color (decimal): -7430641 or 1023630. OLE color: 1023630.

HSL color Cylindrical-coordinate representation of color #8E9E0F: hue angle of 66.71º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E9E0F is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 142 158 15 -
CMYK 0.10 0 0.91 0.38
HSL 66.71º 0.83% 0.34% -
HSV(B) 66.71º 0.91% 0.62% -
XYZ 23.47 30.24 5.05 -
YUV 136.91 59.2 131.63 -
System Red Green Blue C M Y K H S L
Decimal 142 158 15 0.10 0 0.91 0.38 66.71 0.83 0.34
Hex 8E 9E F A 0 5B 26 43 53 22
Octal 216 236 17 12 0 133 46 103 123 42
Binary 10001110 10011110 1111 1010 0 1011011 100110 1000011 1010011 100010

Color Harmonies of #8E9E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9E0F

Black with #8E9E0F

Text Example


Text Example

White with #8E9E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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