Html Css Color HEX #9FAF05 Citrus

📋 copy color: '#9FAF05'

red 159 ◦ green 175 ◦ blue 5

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

Shades of Citrus #9FAF05

Tints of Citrus #9FAF05

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.62%

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

R = 46.9%
G = 51.62%
B = 1.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#9FAF05 (or 0x9FAF05) is known color: Citrus. HEX triplet: 9F, AF and 05. RGB value is (159,175,5). Sum of RGB (Red+Green+Blue) = 159+175+5=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAF05 is #6050FA. Grayscale: #979797. Windows color (decimal): -6312187 or 372639. OLE color: 372639.

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

Color convert

RGB 159 175 5 -
CMYK 0.09 0 0.97 0.31
HSL 65.65º 0.94% 0.35% -
HSV(B) 65.65º 0.97% 0.69% -
XYZ 29.66 38.04 5.92 -
YUV 150.84 45.7 133.82 -
System Red Green Blue C M Y K H S L
Decimal 159 175 5 0.09 0 0.97 0.31 65.65 0.94 0.35
Hex 9F AF 5 9 0 61 1F 42 5E 23
Octal 237 257 5 11 0 141 37 102 136 43
Binary 10011111 10101111 101 1001 0 1100001 11111 1000010 1011110 100011

Color Harmonies of #9FAF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAF05

Black with #9FAF05

Text Example


Text Example

White with #9FAF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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