Html Css Color HEX #8F980A Citron

📋 copy color: '#8F980A'

red 143 ◦ green 152 ◦ blue 10

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

Shades of Citron #8F980A

Tints of Citron #8F980A

RGB

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

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

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

R = 46.89%
G = 49.84%
B = 3.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#8F980A (or 0x8F980A) is known color: Citron. HEX triplet: 8F, 98 and 0A. RGB value is (143,152,10). Sum of RGB (Red+Green+Blue) = 143+152+10=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #8F980A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F980A is #7067F5. Grayscale: #858585. Windows color (decimal): -7366646 or 694415. OLE color: 694415.

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

Color convert

RGB 143 152 10 -
CMYK 0.06 0 0.93 0.40
HSL 63.8º 0.88% 0.32% -
HSV(B) 63.8º 0.93% 0.6% -
XYZ 22.61 28.32 4.56 -
YUV 133.12 58.52 135.05 -
System Red Green Blue C M Y K H S L
Decimal 143 152 10 0.06 0 0.93 0.40 63.8 0.88 0.32
Hex 8F 98 A 6 0 5D 28 40 58 20
Octal 217 230 12 6 0 135 50 100 130 40
Binary 10001111 10011000 1010 110 0 1011101 101000 1000000 1011000 100000

Color Harmonies of #8F980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F980A

Black with #8F980A

Text Example


Text Example

White with #8F980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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