Html Css Color HEX #9FA915 Citrus

📋 copy color: '#9FA915'

red 159 ◦ green 169 ◦ blue 21

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

Shades of Citrus #9FA915

Tints of Citrus #9FA915

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.42%

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

R = 45.56%
G = 48.42%
B = 6.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#9FA915 (or 0x9FA915) is known color: Citrus. HEX triplet: 9F, A9 and 15. RGB value is (159,169,21). Sum of RGB (Red+Green+Blue) = 159+169+21=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 169 (66.41% from 255 or 48.42% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA915 is #6056EA. Grayscale: #959595. Windows color (decimal): -6313707 or 1419679. OLE color: 1419679.

HSL color Cylindrical-coordinate representation of color #9FA915: hue angle of 64.05º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FA915 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 159 169 21 -
CMYK 0.06 0 0.88 0.34
HSL 64.05º 0.78% 0.37% -
HSV(B) 64.05º 0.88% 0.66% -
XYZ 28.62 35.8 6.11 -
YUV 149.14 55.69 135.03 -
System Red Green Blue C M Y K H S L
Decimal 159 169 21 0.06 0 0.88 0.34 64.05 0.78 0.37
Hex 9F A9 15 6 0 58 22 40 4E 25
Octal 237 251 25 6 0 130 42 100 116 45
Binary 10011111 10101001 10101 110 0 1011000 100010 1000000 1001110 100101

Color Harmonies of #9FA915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA915

Black with #9FA915

Text Example


Text Example

White with #9FA915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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