Html Css Color HEX #9FA613 Citrus

📋 copy color: '#9FA613'

red 159 ◦ green 166 ◦ blue 19

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

Shades of Citrus #9FA613

Tints of Citrus #9FA613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.52%

R = 46.22%
G = 48.26%
B = 5.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#9FA613 (or 0x9FA613) is known color: Citrus. HEX triplet: 9F, A6 and 13. RGB value is (159,166,19). Sum of RGB (Red+Green+Blue) = 159+166+19=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 166 (65.23% from 255 or 48.26% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA613 is #6059EC. Grayscale: #939393. Windows color (decimal): -6314477 or 1287839. OLE color: 1287839.

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

Color convert

RGB 159 166 19 -
CMYK 0.04 0 0.89 0.35
HSL 62.86º 0.79% 0.36% -
HSV(B) 62.86º 0.89% 0.65% -
XYZ 28.05 34.69 5.83 -
YUV 147.15 55.68 136.45 -
System Red Green Blue C M Y K H S L
Decimal 159 166 19 0.04 0 0.89 0.35 62.86 0.79 0.36
Hex 9F A6 13 4 0 59 23 3F 4F 24
Octal 237 246 23 4 0 131 43 77 117 44
Binary 10011111 10100110 10011 100 0 1011001 100011 111111 1001111 100100

Color Harmonies of #9FA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA613

Black with #9FA613

Text Example


Text Example

White with #9FA613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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