Html Css Color HEX #9FA514 Citrus

📋 copy color: '#9FA514'

red 159 ◦ green 165 ◦ blue 20

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

Shades of Citrus #9FA514

Tints of Citrus #9FA514

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.97%

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

R = 46.22%
G = 47.97%
B = 5.81%

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

#9FA514 (or 0x9FA514) is known color: Citrus. HEX triplet: 9F, A5 and 14. RGB value is (159,165,20). Sum of RGB (Red+Green+Blue) = 159+165+20=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 165 (64.84% from 255 or 47.97% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA514 is #605AEB. Grayscale: #939393. Windows color (decimal): -6314732 or 1353119. OLE color: 1353119.

HSL color Cylindrical-coordinate representation of color #9FA514: hue angle of 62.48º 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 #9FA514 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 165 20 -
CMYK 0.04 0 0.88 0.35
HSL 62.48º 0.78% 0.36% -
HSV(B) 62.48º 0.88% 0.65% -
XYZ 27.88 34.33 5.82 -
YUV 146.68 56.51 136.79 -
System Red Green Blue C M Y K H S L
Decimal 159 165 20 0.04 0 0.88 0.35 62.48 0.78 0.36
Hex 9F A5 14 4 0 58 23 3E 4E 24
Octal 237 245 24 4 0 130 43 76 116 44
Binary 10011111 10100101 10100 100 0 1011000 100011 111110 1001110 100100

Color Harmonies of #9FA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA514

Black with #9FA514

Text Example


Text Example

White with #9FA514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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