Html Css Color HEX #9FA513 Citrus

📋 copy color: '#9FA513'

red 159 ◦ green 165 ◦ blue 19

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

Shades of Citrus #9FA513

Tints of Citrus #9FA513

RGB

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

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

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

R = 46.36%
G = 48.1%
B = 5.54%

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

#9FA513 (or 0x9FA513) is known color: Citrus. HEX triplet: 9F, A5 and 13. RGB value is (159,165,19). Sum of RGB (Red+Green+Blue) = 159+165+19=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 165 (64.84% from 255 or 48.10% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA513 is #605AEC. Grayscale: #939393. Windows color (decimal): -6314733 or 1287583. OLE color: 1287583.

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

Color convert

RGB 159 165 19 -
CMYK 0.04 0 0.88 0.35
HSL 62.47º 0.79% 0.36% -
HSV(B) 62.47º 0.88% 0.65% -
XYZ 27.87 34.33 5.77 -
YUV 146.56 56.01 136.87 -
System Red Green Blue C M Y K H S L
Decimal 159 165 19 0.04 0 0.88 0.35 62.47 0.79 0.36
Hex 9F A5 13 4 0 58 23 3E 4F 24
Octal 237 245 23 4 0 130 43 76 117 44
Binary 10011111 10100101 10011 100 0 1011000 100011 111110 1001111 100100

Color Harmonies of #9FA513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA513

Black with #9FA513

Text Example


Text Example

White with #9FA513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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