Html Css Color HEX #9FA209 Citrus

📋 copy color: '#9FA209'

red 159 ◦ green 162 ◦ blue 9

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

Shades of Citrus #9FA209

Tints of Citrus #9FA209

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.09%

 BLUE value IS 9 (3.91% from 255) = 2.73%

R = 48.18%
G = 49.09%
B = 2.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#9FA209 (or 0x9FA209) is known color: Citrus. HEX triplet: 9F, A2 and 09. RGB value is (159,162,9). Sum of RGB (Red+Green+Blue) = 159+162+9=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA209 is #605DF6. Grayscale: #909090. Windows color (decimal): -6315511 or 631455. OLE color: 631455.

HSL color Cylindrical-coordinate representation of color #9FA209: hue angle of 61.18º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FA209 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 162 9 -
CMYK 0.02 0 0.94 0.36
HSL 61.18º 0.89% 0.34% -
HSV(B) 61.18º 0.94% 0.64% -
XYZ 27.27 33.23 5.24 -
YUV 143.66 52.01 138.94 -
System Red Green Blue C M Y K H S L
Decimal 159 162 9 0.02 0 0.94 0.36 61.18 0.89 0.34
Hex 9F A2 9 2 0 5E 24 3D 59 22
Octal 237 242 11 2 0 136 44 75 131 42
Binary 10011111 10100010 1001 10 0 1011110 100100 111101 1011001 100010

Color Harmonies of #9FA209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA209

Black with #9FA209

Text Example


Text Example

White with #9FA209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,162,9); }

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

background-color css

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

 a { background-color: rgb(159,162,9); }

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

border-color css

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

 span { border-color: rgb(159,162,9); }

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