Html Css Color HEX #9FAC13 Citrus

📋 copy color: '#9FAC13'

red 159 ◦ green 172 ◦ blue 19

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

Shades of Citrus #9FAC13

Tints of Citrus #9FAC13

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.14%

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

R = 45.43%
G = 49.14%
B = 5.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#9FAC13 (or 0x9FAC13) is known color: Citrus. HEX triplet: 9F, AC and 13. RGB value is (159,172,19). Sum of RGB (Red+Green+Blue) = 159+172+19=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAC13 is #6053EC. Grayscale: #979797. Windows color (decimal): -6312941 or 1289375. OLE color: 1289375.

HSL color Cylindrical-coordinate representation of color #9FAC13: hue angle of 65.1º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9FAC13 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 172 19 -
CMYK 0.08 0 0.89 0.33
HSL 65.1º 0.8% 0.37% -
HSV(B) 65.1º 0.89% 0.67% -
XYZ 29.17 36.92 6.21 -
YUV 150.67 53.69 133.94 -
System Red Green Blue C M Y K H S L
Decimal 159 172 19 0.08 0 0.89 0.33 65.1 0.8 0.37
Hex 9F AC 13 8 0 59 21 41 50 25
Octal 237 254 23 10 0 131 41 101 120 45
Binary 10011111 10101100 10011 1000 0 1011001 100001 1000001 1010000 100101

Color Harmonies of #9FAC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAC13

Black with #9FAC13

Text Example


Text Example

White with #9FAC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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