Html Css Color HEX #8F980D Citron

📋 copy color: '#8F980D'

red 143 ◦ green 152 ◦ blue 13

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

Shades of Citron #8F980D

Tints of Citron #8F980D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.22%

R = 46.43%
G = 49.35%
B = 4.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#8F980D (or 0x8F980D) is known color: Citron. HEX triplet: 8F, 98 and 0D. RGB value is (143,152,13). Sum of RGB (Red+Green+Blue) = 143+152+13=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #8F980D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F980D is #7067F2. Grayscale: #868686. Windows color (decimal): -7366643 or 891023. OLE color: 891023.

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

Color convert

RGB 143 152 13 -
CMYK 0.06 0 0.91 0.40
HSL 63.88º 0.84% 0.32% -
HSV(B) 63.88º 0.91% 0.6% -
XYZ 22.63 28.33 4.66 -
YUV 133.46 60.02 134.8 -
System Red Green Blue C M Y K H S L
Decimal 143 152 13 0.06 0 0.91 0.40 63.88 0.84 0.32
Hex 8F 98 D 6 0 5B 28 40 54 20
Octal 217 230 15 6 0 133 50 100 124 40
Binary 10001111 10011000 1101 110 0 1011011 101000 1000000 1010100 100000

Color Harmonies of #8F980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F980D

Black with #8F980D

Text Example


Text Example

White with #8F980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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