Html Css Color HEX #9FAC05 Citrus

📋 copy color: '#9FAC05'

red 159 ◦ green 172 ◦ blue 5

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

Shades of Citrus #9FAC05

Tints of Citrus #9FAC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.49%

R = 47.32%
G = 51.19%
B = 1.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#9FAC05 (or 0x9FAC05) is known color: Citrus. HEX triplet: 9F, AC and 05. RGB value is (159,172,5). Sum of RGB (Red+Green+Blue) = 159+172+5=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAC05 is #6053FA. Grayscale: #959595. Windows color (decimal): -6312955 or 371871. OLE color: 371871.

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

Color convert

RGB 159 172 5 -
CMYK 0.08 0 0.97 0.33
HSL 64.67º 0.94% 0.35% -
HSV(B) 64.67º 0.97% 0.67% -
XYZ 29.08 36.89 5.73 -
YUV 149.08 46.69 135.08 -
System Red Green Blue C M Y K H S L
Decimal 159 172 5 0.08 0 0.97 0.33 64.67 0.94 0.35
Hex 9F AC 5 8 0 61 21 41 5E 23
Octal 237 254 5 10 0 141 41 101 136 43
Binary 10011111 10101100 101 1000 0 1100001 100001 1000001 1011110 100011

Color Harmonies of #9FAC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAC05

Black with #9FAC05

Text Example


Text Example

White with #9FAC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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