Html Css Color HEX #9FAC07 Citrus

📋 copy color: '#9FAC07'

red 159 ◦ green 172 ◦ blue 7

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

Shades of Citrus #9FAC07

Tints of Citrus #9FAC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.07%

R = 47.04%
G = 50.89%
B = 2.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#9FAC07 (or 0x9FAC07) is known color: Citrus. HEX triplet: 9F, AC and 07. RGB value is (159,172,7). Sum of RGB (Red+Green+Blue) = 159+172+7=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAC07 is #6053F8. Grayscale: #959595. Windows color (decimal): -6312953 or 502943. OLE color: 502943.

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

Color convert

RGB 159 172 7 -
CMYK 0.08 0 0.96 0.33
HSL 64.73º 0.92% 0.35% -
HSV(B) 64.73º 0.96% 0.67% -
XYZ 29.09 36.89 5.79 -
YUV 149.3 47.69 134.92 -
System Red Green Blue C M Y K H S L
Decimal 159 172 7 0.08 0 0.96 0.33 64.73 0.92 0.35
Hex 9F AC 7 8 0 60 21 41 5C 23
Octal 237 254 7 10 0 140 41 101 134 43
Binary 10011111 10101100 111 1000 0 1100000 100001 1000001 1011100 100011

Color Harmonies of #9FAC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAC07

Black with #9FAC07

Text Example


Text Example

White with #9FAC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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