Html Css Color HEX #9FBA14 Citrus

📋 copy color: '#9FBA14'

red 159 ◦ green 186 ◦ blue 20

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

Shades of Citrus #9FBA14

Tints of Citrus #9FBA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.96%

 BLUE value IS 20 (8.2% from 255) = 5.48%

R = 43.56%
G = 50.96%
B = 5.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#9FBA14 (or 0x9FBA14) is known color: Citrus. HEX triplet: 9F, BA and 14. RGB value is (159,186,20). Sum of RGB (Red+Green+Blue) = 159+186+20=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBA14 is #6045EB. Grayscale: #9F9F9F. Windows color (decimal): -6309356 or 1358495. OLE color: 1358495.

HSL color Cylindrical-coordinate representation of color #9FBA14: hue angle of 69.76º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9FBA14 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 186 20 -
CMYK 0.15 0 0.89 0.27
HSL 69.76º 0.81% 0.4% -
HSV(B) 69.76º 0.89% 0.73% -
XYZ 31.98 42.54 7.19 -
YUV 159 49.55 128 -
System Red Green Blue C M Y K H S L
Decimal 159 186 20 0.15 0 0.89 0.27 69.76 0.81 0.4
Hex 9F BA 14 F 0 59 1B 46 51 28
Octal 237 272 24 17 0 131 33 106 121 50
Binary 10011111 10111010 10100 1111 0 1011001 11011 1000110 1010001 101000

Color Harmonies of #9FBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBA14

Black with #9FBA14

Text Example


Text Example

White with #9FBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,186,20); }

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

background-color css

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

 a { background-color: rgb(159,186,20); }

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

border-color css

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

 span { border-color: rgb(159,186,20); }

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