Html Css Color HEX #9FA614 Citrus

📋 copy color: '#9FA614'

red 159 ◦ green 166 ◦ blue 20

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

Shades of Citrus #9FA614

Tints of Citrus #9FA614

RGB

 RED value IS 159 (62.5% from 255) = 46.09%

 GREEN value IS 166 (65.23% from 255) = 48.12%

 BLUE value IS 20 (8.2% from 255) = 5.8%

R = 46.09%
G = 48.12%
B = 5.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#9FA614 (or 0x9FA614) is known color: Citrus. HEX triplet: 9F, A6 and 14. RGB value is (159,166,20). Sum of RGB (Red+Green+Blue) = 159+166+20=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA614 is #6059EB. Grayscale: #939393. Windows color (decimal): -6314476 or 1353375. OLE color: 1353375.

HSL color Cylindrical-coordinate representation of color #9FA614: hue angle of 62.88º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FA614 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 166 20 -
CMYK 0.04 0 0.88 0.35
HSL 62.88º 0.78% 0.36% -
HSV(B) 62.88º 0.88% 0.65% -
XYZ 28.06 34.69 5.88 -
YUV 147.26 56.18 136.37 -
System Red Green Blue C M Y K H S L
Decimal 159 166 20 0.04 0 0.88 0.35 62.88 0.78 0.36
Hex 9F A6 14 4 0 58 23 3F 4E 24
Octal 237 246 24 4 0 130 43 77 116 44
Binary 10011111 10100110 10100 100 0 1011000 100011 111111 1001110 100100

Color Harmonies of #9FA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA614

Black with #9FA614

Text Example


Text Example

White with #9FA614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FA614; }

 p { color: rgb(159,166,20); }

 H1.HeaderClassName
 {
   color: #9FA614;
 }
 .AnyTagClassName
 {
   color: #9FA614;
 }
</style>

background-color css

<style>
 a { background-color: #9FA614; }

 a { background-color: rgb(159,166,20); }

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

border-color css

<style>
 span { border-color: #9FA614; }

 span { border-color: rgb(159,166,20); }

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