Html Css Color HEX #8F950F Citron

📋 copy color: '#8F950F'

red 143 ◦ green 149 ◦ blue 15

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

Shades of Citron #8F950F

Tints of Citron #8F950F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.53%

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

R = 46.58%
G = 48.53%
B = 4.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#8F950F (or 0x8F950F) is known color: Citron. HEX triplet: 8F, 95 and 0F. RGB value is (143,149,15). Sum of RGB (Red+Green+Blue) = 143+149+15=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #8F950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F950F is #706AF0. Grayscale: #848484. Windows color (decimal): -7367409 or 1021327. OLE color: 1021327.

HSL color Cylindrical-coordinate representation of color #8F950F: hue angle of 62.69º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F950F is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 149 15 -
CMYK 0.04 0 0.90 0.42
HSL 62.69º 0.82% 0.32% -
HSV(B) 62.69º 0.9% 0.58% -
XYZ 22.16 27.37 4.57 -
YUV 131.93 62.01 135.9 -
System Red Green Blue C M Y K H S L
Decimal 143 149 15 0.04 0 0.90 0.42 62.69 0.82 0.32
Hex 8F 95 F 4 0 5A 2A 3F 52 20
Octal 217 225 17 4 0 132 52 77 122 40
Binary 10001111 10010101 1111 100 0 1011010 101010 111111 1010010 100000

Color Harmonies of #8F950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F950F

Black with #8F950F

Text Example


Text Example

White with #8F950F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,149,15); }

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

background-color css

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

 a { background-color: rgb(143,149,15); }

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

border-color css

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

 span { border-color: rgb(143,149,15); }

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