Html Css Color HEX #9FAD04 Citrus

📋 copy color: '#9FAD04'

red 159 ◦ green 173 ◦ blue 4

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

Shades of Citrus #9FAD04

Tints of Citrus #9FAD04

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.49%

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 47.32%
G = 51.49%
B = 1.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#9FAD04 (or 0x9FAD04) is known color: Citrus. HEX triplet: 9F, AD and 04. RGB value is (159,173,4). Sum of RGB (Red+Green+Blue) = 159+173+4=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAD04 is #6052FB. Grayscale: #969696. Windows color (decimal): -6312700 or 306591. OLE color: 306591.

HSL color Cylindrical-coordinate representation of color #9FAD04: hue angle of 64.97º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FAD04 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 173 4 -
CMYK 0.08 0 0.98 0.32
HSL 64.97º 0.95% 0.35% -
HSV(B) 64.97º 0.98% 0.68% -
XYZ 29.26 37.27 5.77 -
YUV 149.55 45.86 134.74 -
System Red Green Blue C M Y K H S L
Decimal 159 173 4 0.08 0 0.98 0.32 64.97 0.95 0.35
Hex 9F AD 4 8 0 62 20 41 5F 23
Octal 237 255 4 10 0 142 40 101 137 43
Binary 10011111 10101101 100 1000 0 1100010 100000 1000001 1011111 100011

Color Harmonies of #9FAD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAD04

Black with #9FAD04

Text Example


Text Example

White with #9FAD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,173,4); }

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

background-color css

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

 a { background-color: rgb(159,173,4); }

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

border-color css

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

 span { border-color: rgb(159,173,4); }

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