Html Css Color HEX #9FAD15 Citrus

📋 copy color: '#9FAD15'

red 159 ◦ green 173 ◦ blue 21

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

Shades of Citrus #9FAD15

Tints of Citrus #9FAD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.95%

R = 45.04%
G = 49.01%
B = 5.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#9FAD15 (or 0x9FAD15) is known color: Citrus. HEX triplet: 9F, AD and 15. RGB value is (159,173,21). Sum of RGB (Red+Green+Blue) = 159+173+21=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAD15 is #6052EA. Grayscale: #989898. Windows color (decimal): -6312683 or 1420703. OLE color: 1420703.

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

Color convert

RGB 159 173 21 -
CMYK 0.08 0 0.88 0.32
HSL 65.53º 0.78% 0.38% -
HSV(B) 65.53º 0.88% 0.68% -
XYZ 29.38 37.31 6.36 -
YUV 151.49 54.36 133.36 -
System Red Green Blue C M Y K H S L
Decimal 159 173 21 0.08 0 0.88 0.32 65.53 0.78 0.38
Hex 9F AD 15 8 0 58 20 42 4E 26
Octal 237 255 25 10 0 130 40 102 116 46
Binary 10011111 10101101 10101 1000 0 1011000 100000 1000010 1001110 100110

Color Harmonies of #9FAD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAD15

Black with #9FAD15

Text Example


Text Example

White with #9FAD15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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