Html Css Color HEX #8F970A Citron

📋 copy color: '#8F970A'

red 143 ◦ green 151 ◦ blue 10

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

Shades of Citron #8F970A

Tints of Citron #8F970A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.67%

 BLUE value IS 10 (4.3% from 255) = 3.29%

R = 47.04%
G = 49.67%
B = 3.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#8F970A (or 0x8F970A) is known color: Citron. HEX triplet: 8F, 97 and 0A. RGB value is (143,151,10). Sum of RGB (Red+Green+Blue) = 143+151+10=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #8F970A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F970A is #7068F5. Grayscale: #858585. Windows color (decimal): -7366902 or 694159. OLE color: 694159.

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

Color convert

RGB 143 151 10 -
CMYK 0.05 0 0.93 0.41
HSL 63.4º 0.88% 0.32% -
HSV(B) 63.4º 0.93% 0.59% -
XYZ 22.45 27.99 4.51 -
YUV 132.53 58.85 135.46 -
System Red Green Blue C M Y K H S L
Decimal 143 151 10 0.05 0 0.93 0.41 63.4 0.88 0.32
Hex 8F 97 A 5 0 5D 29 3F 58 20
Octal 217 227 12 5 0 135 51 77 130 40
Binary 10001111 10010111 1010 101 0 1011101 101001 111111 1011000 100000

Color Harmonies of #8F970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F970A

Black with #8F970A

Text Example


Text Example

White with #8F970A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,151,10); }

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

background-color css

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

 a { background-color: rgb(143,151,10); }

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

border-color css

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

 span { border-color: rgb(143,151,10); }

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