Html Css Color HEX #9FBC0E Citrus

📋 copy color: '#9FBC0E'

red 159 ◦ green 188 ◦ blue 14

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

Shades of Citrus #9FBC0E

Tints of Citrus #9FBC0E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.08%

 BLUE value IS 14 (5.86% from 255) = 3.88%

R = 44.04%
G = 52.08%
B = 3.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#9FBC0E (or 0x9FBC0E) is known color: Citrus. HEX triplet: 9F, BC and 0E. RGB value is (159,188,14). Sum of RGB (Red+Green+Blue) = 159+188+14=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBC0E is #6043F1. Grayscale: #A0A0A0. Windows color (decimal): -6308850 or 965791. OLE color: 965791.

HSL color Cylindrical-coordinate representation of color #9FBC0E: hue angle of 70º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FBC0E is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 188 14 -
CMYK 0.15 0 0.93 0.26
HSL 70º 0.86% 0.4% -
HSV(B) 70º 0.93% 0.74% -
XYZ 32.36 43.37 7.08 -
YUV 159.49 45.89 127.65 -
System Red Green Blue C M Y K H S L
Decimal 159 188 14 0.15 0 0.93 0.26 70 0.86 0.4
Hex 9F BC E F 0 5D 1A 46 56 28
Octal 237 274 16 17 0 135 32 106 126 50
Binary 10011111 10111100 1110 1111 0 1011101 11010 1000110 1010110 101000

Color Harmonies of #9FBC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC0E

Black with #9FBC0E

Text Example


Text Example

White with #9FBC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,188,14); }

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

background-color css

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

 a { background-color: rgb(159,188,14); }

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

border-color css

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

 span { border-color: rgb(159,188,14); }

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