Html Css Color HEX #9FA031 Citron

📋 copy color: '#9FA031'

red 159 ◦ green 160 ◦ blue 49

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

Shades of Citron #9FA031

Tints of Citron #9FA031

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.48%

 BLUE value IS 49 (19.53% from 255) = 13.32%

R = 43.21%
G = 43.48%
B = 13.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#9FA031 (or 0x9FA031) is known color: Citron. HEX triplet: 9F, A0 and 31. RGB value is (159,160,49). Sum of RGB (Red+Green+Blue) = 159+160+49=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA031 is #605FCE. Grayscale: #939393. Windows color (decimal): -6315983 or 3252383. OLE color: 3252383.

HSL color Cylindrical-coordinate representation of color #9FA031: hue angle of 60.54º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9FA031 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 159 160 49 -
CMYK 0.01 0 0.69 0.37
HSL 60.54º 0.53% 0.41% -
HSV(B) 60.54º 0.69% 0.63% -
XYZ 27.42 32.73 7.78 -
YUV 147.05 72.67 136.53 -
System Red Green Blue C M Y K H S L
Decimal 159 160 49 0.01 0 0.69 0.37 60.54 0.53 0.41
Hex 9F A0 31 1 0 45 25 3D 35 29
Octal 237 240 61 1 0 105 45 75 65 51
Binary 10011111 10100000 110001 1 0 1000101 100101 111101 110101 101001

Color Harmonies of #9FA031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA031

Black with #9FA031

Text Example


Text Example

White with #9FA031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,160,49); }

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

background-color css

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

 a { background-color: rgb(159,160,49); }

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

border-color css

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

 span { border-color: rgb(159,160,49); }

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