Html Css Color HEX #8E960F Citron

📋 copy color: '#8E960F'

red 142 ◦ green 150 ◦ blue 15

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

Shades of Citron #8E960F

Tints of Citron #8E960F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.86%

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

R = 46.25%
G = 48.86%
B = 4.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#8E960F (or 0x8E960F) is known color: Citron. HEX triplet: 8E, 96 and 0F. RGB value is (142,150,15). Sum of RGB (Red+Green+Blue) = 142+150+15=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #8E960F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E960F is #7169F0. Grayscale: #848484. Windows color (decimal): -7432689 or 1021582. OLE color: 1021582.

HSL color Cylindrical-coordinate representation of color #8E960F: hue angle of 63.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E960F is Cyan = 0.05, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 150 15 -
CMYK 0.05 0 0.9 0.41
HSL 63.56º 0.82% 0.32% -
HSV(B) 63.56º 0.9% 0.59% -
XYZ 22.15 27.6 4.61 -
YUV 132.22 61.85 134.98 -
System Red Green Blue C M Y K H S L
Decimal 142 150 15 0.05 0 0.9 0.41 63.56 0.82 0.32
Hex 8E 96 F 5 0 5A 29 40 52 20
Octal 216 226 17 5 0 132 51 100 122 40
Binary 10001110 10010110 1111 101 0 1011010 101001 1000000 1010010 100000

Color Harmonies of #8E960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E960F

Black with #8E960F

Text Example


Text Example

White with #8E960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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