Html Css Color HEX #8F9412 Citron

📋 copy color: '#8F9412'

red 143 ◦ green 148 ◦ blue 18

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

Shades of Citron #8F9412

Tints of Citron #8F9412

RGB

 RED value IS 143 (56.25% from 255) = 46.28%

 GREEN value IS 148 (58.2% from 255) = 47.9%

 BLUE value IS 18 (7.42% from 255) = 5.83%

R = 46.28%
G = 47.9%
B = 5.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#8F9412 (or 0x8F9412) is known color: Citron. HEX triplet: 8F, 94 and 12. RGB value is (143,148,18). Sum of RGB (Red+Green+Blue) = 143+148+18=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9412 is #706BED. Grayscale: #848484. Windows color (decimal): -7367662 or 1217679. OLE color: 1217679.

HSL color Cylindrical-coordinate representation of color #8F9412: hue angle of 62.31º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F9412 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 148 18 -
CMYK 0.03 0 0.88 0.42
HSL 62.31º 0.78% 0.33% -
HSV(B) 62.31º 0.88% 0.58% -
XYZ 22.03 27.06 4.64 -
YUV 131.69 63.84 136.07 -
System Red Green Blue C M Y K H S L
Decimal 143 148 18 0.03 0 0.88 0.42 62.31 0.78 0.33
Hex 8F 94 12 3 0 58 2A 3E 4E 21
Octal 217 224 22 3 0 130 52 76 116 41
Binary 10001111 10010100 10010 11 0 1011000 101010 111110 1001110 100001

Color Harmonies of #8F9412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9412

Black with #8F9412

Text Example


Text Example

White with #8F9412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,148,18); }

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

background-color css

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

 a { background-color: rgb(143,148,18); }

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

border-color css

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

 span { border-color: rgb(143,148,18); }

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