Html Css Color HEX #8F980C Citron

📋 copy color: '#8F980C'

red 143 ◦ green 152 ◦ blue 12

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

Shades of Citron #8F980C

Tints of Citron #8F980C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.51%

 BLUE value IS 12 (5.08% from 255) = 3.91%

R = 46.58%
G = 49.51%
B = 3.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#8F980C (or 0x8F980C) is known color: Citron. HEX triplet: 8F, 98 and 0C. RGB value is (143,152,12). Sum of RGB (Red+Green+Blue) = 143+152+12=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #8F980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F980C is #7067F3. Grayscale: #858585. Windows color (decimal): -7366644 or 825487. OLE color: 825487.

HSL color Cylindrical-coordinate representation of color #8F980C: hue angle of 63.86º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F980C is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 143 152 12 -
CMYK 0.06 0 0.92 0.40
HSL 63.86º 0.85% 0.32% -
HSV(B) 63.86º 0.92% 0.6% -
XYZ 22.62 28.32 4.62 -
YUV 133.35 59.52 134.88 -
System Red Green Blue C M Y K H S L
Decimal 143 152 12 0.06 0 0.92 0.40 63.86 0.85 0.32
Hex 8F 98 C 6 0 5C 28 40 55 20
Octal 217 230 14 6 0 134 50 100 125 40
Binary 10001111 10011000 1100 110 0 1011100 101000 1000000 1010101 100000

Color Harmonies of #8F980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F980C

Black with #8F980C

Text Example


Text Example

White with #8F980C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,152,12); }

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

background-color css

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

 a { background-color: rgb(143,152,12); }

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

border-color css

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

 span { border-color: rgb(143,152,12); }

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