Html Css Color HEX #9FA700 Citrus

📋 copy color: '#9FA700'

red 159 ◦ green 167 ◦ blue 0

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

Shades of Citrus #9FA700

Tints of Citrus #9FA700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 51.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.77%
G = 51.23%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#9FA700 (or 0x9FA700) is known color: Citrus. HEX triplet: 9F, A7 and 00. RGB value is (159,167,0). Sum of RGB (Red+Green+Blue) = 159+167+0=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 167 (65.62% from 255 or 51.23% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA700 is #6058FF. Grayscale: #929292. Windows color (decimal): -6314240 or 42911. OLE color: 42911.

HSL color Cylindrical-coordinate representation of color #9FA700: hue angle of 62.87º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FA700 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 167 0 -
CMYK 0.05 0 1 0.35
HSL 62.87º 1% 0.33% -
HSV(B) 62.87º 1% 0.65% -
XYZ 28.12 35.01 5.28 -
YUV 145.57 45.85 137.58 -
System Red Green Blue C M Y K H S L
Decimal 159 167 0 0.05 0 1 0.35 62.87 1 0.33
Hex 9F A7 0 5 0 64 23 3F 64 21
Octal 237 247 0 5 0 144 43 77 144 41
Binary 10011111 10100111 0 101 0 1100100 100011 111111 1100100 100001

Color Harmonies of #9FA700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA700

Black with #9FA700

Text Example


Text Example

White with #9FA700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,167,0); }

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

background-color css

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

 a { background-color: rgb(159,167,0); }

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

border-color css

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

 span { border-color: rgb(159,167,0); }

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