Html Css Color HEX #9FA50C Citrus

📋 copy color: '#9FA50C'

red 159 ◦ green 165 ◦ blue 12

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

Shades of Citrus #9FA50C

Tints of Citrus #9FA50C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.11%

 BLUE value IS 12 (5.08% from 255) = 3.57%

R = 47.32%
G = 49.11%
B = 3.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#9FA50C (or 0x9FA50C) is known color: Citrus. HEX triplet: 9F, A5 and 0C. RGB value is (159,165,12). Sum of RGB (Red+Green+Blue) = 159+165+12=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 165 (64.84% from 255 or 49.11% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA50C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA50C is #605AF3. Grayscale: #929292. Windows color (decimal): -6314740 or 828831. OLE color: 828831.

HSL color Cylindrical-coordinate representation of color #9FA50C: hue angle of 62.35º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FA50C is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 165 12 -
CMYK 0.04 0 0.93 0.35
HSL 62.35º 0.86% 0.35% -
HSV(B) 62.35º 0.93% 0.65% -
XYZ 27.82 34.31 5.5 -
YUV 145.76 52.51 137.44 -
System Red Green Blue C M Y K H S L
Decimal 159 165 12 0.04 0 0.93 0.35 62.35 0.86 0.35
Hex 9F A5 C 4 0 5D 23 3E 56 23
Octal 237 245 14 4 0 135 43 76 126 43
Binary 10011111 10100101 1100 100 0 1011101 100011 111110 1010110 100011

Color Harmonies of #9FA50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA50C

Black with #9FA50C

Text Example


Text Example

White with #9FA50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,165,12); }

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

background-color css

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

 a { background-color: rgb(159,165,12); }

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

border-color css

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

 span { border-color: rgb(159,165,12); }

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