Html Css Color HEX #9FAC0F Citrus

📋 copy color: '#9FAC0F'

red 159 ◦ green 172 ◦ blue 15

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

Shades of Citrus #9FAC0F

Tints of Citrus #9FAC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.34%

R = 45.95%
G = 49.71%
B = 4.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#9FAC0F (or 0x9FAC0F) is known color: Citrus. HEX triplet: 9F, AC and 0F. RGB value is (159,172,15). Sum of RGB (Red+Green+Blue) = 159+172+15=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAC0F is #6053F0. Grayscale: #969696. Windows color (decimal): -6312945 or 1027231. OLE color: 1027231.

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

Color convert

RGB 159 172 15 -
CMYK 0.08 0 0.91 0.33
HSL 64.97º 0.84% 0.37% -
HSV(B) 64.97º 0.91% 0.67% -
XYZ 29.14 36.91 6.04 -
YUV 150.22 51.69 134.27 -
System Red Green Blue C M Y K H S L
Decimal 159 172 15 0.08 0 0.91 0.33 64.97 0.84 0.37
Hex 9F AC F 8 0 5B 21 41 54 25
Octal 237 254 17 10 0 133 41 101 124 45
Binary 10011111 10101100 1111 1000 0 1011011 100001 1000001 1010100 100101

Color Harmonies of #9FAC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAC0F

Black with #9FAC0F

Text Example


Text Example

White with #9FAC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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